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

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

Completed in 1237 milliseconds