Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h2031 void setExternLoc(SourceLocation Loc) {
2883 void setExternLoc(SourceLocation Loc) {
H A DDeclCXX.h2841 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1588 D->setExternLoc(readSourceLocation()); in VisitLinkageSpecDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3716 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaTemplate.cpp9700 Specialization->setExternLoc(ExternLoc); in ActOnExplicitInstantiation()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5765 D2->setExternLoc(*LocOrErr); in VisitClassTemplateSpecializationDecl()