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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp 365 const FunctionNoProtoType *FNPT = cast<FunctionNoProtoType>(FT);
367 CanQual<FunctionNoProtoType>::CreateUnsafe(QualType(FNPT, 0)));
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3040 if (const auto *FNPT = dyn_cast<FunctionNoProtoType>(T)) {
3041 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info);

Completed in 30 milliseconds