Home
last modified time | relevance | path

Searched refs:setExternLoc (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclTemplate.h2061 void setExternLoc(SourceLocation Loc) {
2914 void setExternLoc(SourceLocation Loc) {
H A DDeclCXX.h2875 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1692 D->setExternLoc(readSourceLocation()); in VisitLinkageSpecDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3777 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaTemplate.cpp9802 Specialization->setExternLoc(ExternLoc); in ActOnExplicitInstantiation()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp5870 D2->setExternLoc(*LocOrErr); in VisitClassTemplateSpecializationDecl()