Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp1039 void ClassTemplateSpecializationDecl::setExternKeywordLoc(SourceLocation Loc) { in setExternKeywordLoc() function in ClassTemplateSpecializationDecl
1455 void VarTemplateSpecializationDecl::setExternKeywordLoc(SourceLocation Loc) { in setExternKeywordLoc() function in VarTemplateSpecializationDecl
H A DASTImporter.cpp6310 D2->setExternKeywordLoc(*LocOrErr); in VisitClassTemplateSpecializationDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h2039 void setExternKeywordLoc(SourceLocation Loc);
2804 void setExternKeywordLoc(SourceLocation Loc);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp9588 Specialization->setExternKeywordLoc(ExternLoc); in ActOnExplicitInstantiation()
10001 VTSD->setExternKeywordLoc(ExternLoc); in ActOnExplicitInstantiation()
H A DSemaTemplateInstantiateDecl.cpp3945 InstD->setExternKeywordLoc(D->getExternKeywordLoc()); in VisitClassTemplateSpecializationDecl()