Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp724 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
H A DParseOpenMP.cpp680 if (D->isFunctionOrFunctionTemplate()) { in FNContextRAII()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1042 bool isFunctionOrFunctionTemplate() const { in isFunctionOrFunctionTemplate() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3727 if (D->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
3728 ND->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
H A DSemaOverload.cpp12644 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate()); in AddOverloadedCallCandidates()
H A DSemaDecl.cpp1175 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) && in ClassifyName()