Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp465 if (Member->isFunctionOrFunctionTemplate()) in VisitMemberExpr()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp743 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
H A DParseOpenMP.cpp688 if (D->isFunctionOrFunctionTemplate()) { in FNContextRAII()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h1084 bool isFunctionOrFunctionTemplate() const { in isFunctionOrFunctionTemplate() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp4040 if (D->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
4041 ND->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
H A DSemaOverload.cpp12987 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate()); in AddOverloadedCallCandidates()
H A DSemaDecl.cpp1239 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) && in ClassifyName()