Home
last modified time | relevance | path

Searched refs:isFunctionOrFunctionTemplate (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1011 bool isFunctionOrFunctionTemplate() const { in isFunctionOrFunctionTemplate() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp509 HasFunScope = D->isFunctionOrFunctionTemplate(); in FNContextRAII()
H A DParseDecl.cpp1440 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3465 if (D->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
3466 ND->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
H A DSemaOverload.cpp11722 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate()); in AddOverloadedCallCandidates()
H A DSemaDecl.cpp1134 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) && in ClassifyName()