Home
last modified time | relevance | path

Searched refs:setExternLoc (Results 1 – 11 of 11) 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/llvm-project/clang/include/clang/AST/
DDeclTemplate.h2030 void setExternLoc(SourceLocation Loc) {
2882 void setExternLoc(SourceLocation Loc) {
DDeclCXX.h2818 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()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1586 D->setExternLoc(readSourceLocation()); in VisitLinkageSpecDecl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3591 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
DSemaTemplate.cpp9711 Specialization->setExternLoc(ExternLoc); in ActOnExplicitInstantiation()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp5581 D2->setExternLoc(*LocOrErr); in VisitClassTemplateSpecializationDecl()