HomeSort by: relevance | last modified time | path
    Searched refs:isFunctionOrFunctionTemplate (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 1042 bool isFunctionOrFunctionTemplate() const {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 724 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate();
ParseOpenMP.cpp 680 if (D->isFunctionOrFunctionTemplate()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 3727 if (D->getUnderlyingDecl()->isFunctionOrFunctionTemplate() &&
3728 ND->getUnderlyingDecl()->isFunctionOrFunctionTemplate() &&
SemaDecl.cpp 1175 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) &&
SemaOverload.cpp 12644 assert((*I)->getUnderlyingDecl()->isFunctionOrFunctionTemplate());

Completed in 58 milliseconds