Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h2031 void setExternLoc(SourceLocation Loc) {
2883 void setExternLoc(SourceLocation Loc) {
H A DDeclCXX.h2839 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1586 D->setExternLoc(readSourceLocation()); in VisitLinkageSpecDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3592 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaTemplate.cpp9700 Specialization->setExternLoc(ExternLoc); in ActOnExplicitInstantiation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp5658 D2->setExternLoc(*LocOrErr); in VisitClassTemplateSpecializationDecl()