Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp471 if (Member->isFunctionOrFunctionTemplate()) in VisitMemberExpr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp809 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
H A DParseOpenMP.cpp699 if (D->isFunctionOrFunctionTemplate()) { in FNContextRAII()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1108 bool isFunctionOrFunctionTemplate() const { in isFunctionOrFunctionTemplate() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3993 if (D->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
3994 ND->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
H A DSemaOverload.cpp13518 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate()); in AddOverloadedCallCandidates()
H A DSemaDecl.cpp1201 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) && in ClassifyName()