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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 1094 if (SrcFTy->isFunctionNoProtoType() || DstFTy->isFunctionNoProtoType())
SemaOpenMP.cpp 6578 assert(FD->getType()->isFunctionNoProtoType() &&
7012 if (FD->getType()->isFunctionNoProtoType())
7014 else if (NewFD->getType()->isFunctionNoProtoType())
SemaDecl.cpp 9434 assert(R->isFunctionNoProtoType() && NewFD->getNumParams() == 0 &&
14023 return Prev->getType()->isFunctionNoProtoType();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2012 bool isFunctionNoProtoType() const { return getAs<FunctionNoProtoType>(); }

Completed in 42 milliseconds