Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h1609 void setExternLoc(SourceLocation Loc) {
2468 void setExternLoc(SourceLocation Loc) {
H A DDeclCXX.h2517 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2548 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaTemplate.cpp7272 Specialization->setExternLoc(ExternLoc); in ActOnExplicitInstantiation()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1175 D->setExternLoc(ReadSourceLocation(Record, Idx)); in VisitLinkageSpecDecl()