Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclTemplate.h2058 void setExternLoc(SourceLocation Loc) {
2911 void setExternLoc(SourceLocation Loc) {
H A DDeclCXX.h2889 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1745 D->setExternLoc(readSourceLocation()); in VisitLinkageSpecDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3843 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaTemplate.cpp10058 Specialization->setExternLoc(ExternLoc); in ActOnExplicitInstantiation()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp5981 D2->setExternLoc(*LocOrErr); in VisitClassTemplateSpecializationDecl()