OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTemplateDecl
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
226
bool Decl::
isTemplateDecl
() const {
261
return DC->isDependentContext() ||
isTemplateDecl
() ||
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
1039
bool
isTemplateDecl
() const;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp
4553
NNS = NestedNameSpecifier::Create(Context, NNS, RD->
isTemplateDecl
(),
SemaDecl.cpp
533
return NestedNameSpecifier::Create(Context, nullptr, RD->
isTemplateDecl
(),
576
NNS = NestedNameSpecifier::Create(Context, nullptr, RD->
isTemplateDecl
(),
SemaOverload.cpp
10069
bool isTemplate = Fn->
isTemplateDecl
() || Found->
isTemplateDecl
();
Completed in 42 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026