Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp425 if (Member->isFunctionOrFunctionTemplate()) in VisitMemberExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp746 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
H A DParseOpenMP.cpp689 if (D->isFunctionOrFunctionTemplate()) { in FNContextRAII()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1119 bool isFunctionOrFunctionTemplate() const { in isFunctionOrFunctionTemplate() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4059 if (D->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
4060 ND->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
H A DSemaOverload.cpp13491 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate()); in AddOverloadedCallCandidates()
H A DSemaDecl.cpp1264 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) && in ClassifyName()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2715 return ND->isFunctionOrFunctionTemplate() && in HasNonDeletedDefaultedEqualityComparison()