Home
last modified time | relevance | path

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

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