Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclTemplate.h1741 void setExternLoc(SourceLocation Loc) {
2578 void setExternLoc(SourceLocation Loc) {
DDeclCXX.h2577 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc() function
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2784 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
DSemaTemplate.cpp7510 Specialization->setExternLoc(ExternLoc); in ActOnExplicitInstantiation()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1351 D->setExternLoc(ReadSourceLocation(Record, Idx)); in VisitLinkageSpecDecl()