Home
last modified time | relevance | path

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

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