Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclTemplate.h1603 void setExternLoc(SourceLocation Loc) {
2472 void setExternLoc(SourceLocation Loc) {
DDeclCXX.h2429 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderDecl.cpp1086 D->setExternLoc(ReadSourceLocation(Record, Idx)); in VisitLinkageSpecDecl()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2443 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
DSemaTemplate.cpp7030 Specialization->setExternLoc(ExternLoc); in ActOnExplicitInstantiation()