Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h901 bool isFunctionOrFunctionTemplate() const { in isFunctionOrFunctionTemplate() function
/external/clang/lib/Parse/
DParseOpenMP.cpp393 HasFunScope = D->isFunctionOrFunctionTemplate(); in FNContextRAII()
DParseDecl.cpp1245 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
/external/clang/lib/Sema/
DSemaLookup.cpp3421 if (D->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
3422 ND->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
DSemaOverload.cpp11022 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate()); in AddOverloadedCallCandidates()
DSemaDecl.cpp1056 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) && in ClassifyName()