Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h887 bool isFunctionOrFunctionTemplate() const { in isFunctionOrFunctionTemplate() function
/external/clang/lib/Sema/
DSemaLookup.cpp3335 if (D->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
3336 ND->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
DSemaOverload.cpp10792 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate()); in AddOverloadedCallCandidates()
DSemaDecl.cpp1013 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) && in ClassifyName()
/external/clang/lib/Parse/
DParseDecl.cpp1214 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()