Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h844 bool isFunctionOrFunctionTemplate() const { in isFunctionOrFunctionTemplate() function
/external/clang/lib/Sema/
DSemaLookup.cpp2961 if ((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
2962 ND->getUnderlyingDecl()->isFunctionOrFunctionTemplate() && in checkHidden()
DSemaOverload.cpp10252 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate()); in AddOverloadedCallCandidates()
DSemaDecl.cpp966 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) && in ClassifyName()
/external/clang/lib/Parse/
DParseDecl.cpp1091 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()