Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h2027 void setExternLoc(SourceLocation Loc) {
2823 void setExternLoc(SourceLocation Loc) {
H A DDeclCXX.h2968 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1820 D->setExternLoc(readSourceLocation()); in VisitLinkageSpecDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3908 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaTemplate.cpp10367 Specialization->setExternLoc(ExternLoc); in ActOnExplicitInstantiation()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6223 D2->setExternLoc(*LocOrErr); in VisitClassTemplateSpecializationDecl()