Searched refs:isTemplateDecl (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclBase.h841 bool isTemplateDecl() const;
/external/clang/lib/AST/
H A DDeclBase.cpp170 bool Decl::isTemplateDecl() const { function in class:Decl
/external/clang/lib/Sema/
H A DSemaLookup.cpp3813 NNS = NestedNameSpecifier::Create(Context, NNS, RD->isTemplateDecl(),
H A DSemaDecl.cpp422 return NestedNameSpecifier::Create(Context, nullptr, RD->isTemplateDecl(),
/external/clang/lib/Parse/
H A DParseDecl.cpp1085 bool HasTemplateScope = EnterScope && D->isTemplateDecl();

Completed in 1682 milliseconds