Home
last modified time | relevance | path

Searched refs:updateForced (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterLookupTable.h80 void updateForced(NamedDecl *ND, DeclContext *OldDC);
/src/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp157 void ASTImporterLookupTable::updateForced(NamedDecl *ND, DeclContext *OldDC) { in updateForced() function in clang::ASTImporterLookupTable
H A DASTImporter.cpp6712 LT->updateForced(Params->getParam(I), OldParamDC[I]); in VisitFunctionTemplateDecl()