Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDTransfer.cpp471 if (Member->isFunctionOrFunctionTemplate()) in VisitMemberExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp809 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
HDParseOpenMP.cpp699 if (D->isFunctionOrFunctionTemplate()) { in FNContextRAII()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclBase.h1108 bool isFunctionOrFunctionTemplate() const { in isFunctionOrFunctionTemplate() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp3993 if (D->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
3994 ND->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
HDSemaOverload.cpp13518 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate()); in AddOverloadedCallCandidates()
HDSemaDecl.cpp1201 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) && in ClassifyName()