reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1379   QualType getFunctionNoProtoType(QualType ResultTy,

References

tools/clang/include/clang/AST/ASTContext.h
 1383     return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo());
tools/clang/lib/AST/ASTContext.cpp
 2819     Result = getFunctionNoProtoType(FNPT->getReturnType(), Info);
 3693       getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info);
 8819   return getFunctionNoProtoType(retType, einfo);
 9746     return getFunctionNoProtoType(ResType, EI);
tools/clang/lib/AST/ASTDiagnostic.cpp
  102                  : Context.getFunctionNoProtoType(RT, FT->getExtInfo());
tools/clang/lib/AST/ASTImporter.cpp
 1185   return Importer.getToContext().getFunctionNoProtoType(*ToReturnTypeOrErr,
tools/clang/lib/AST/Type.cpp
  964     return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo());
 1262       return Ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo());
tools/clang/lib/Sema/SemaExpr.cpp
 3139         type = Context.getFunctionNoProtoType(fty->getReturnType(),
17589     DestType = S.Context.getFunctionNoProtoType(DestType,
tools/clang/lib/Sema/SemaType.cpp
 4768         T = Context.getFunctionNoProtoType(T, EI);
 4784           T = Context.getFunctionNoProtoType(T, EI);
tools/clang/lib/Serialization/ASTReader.cpp
 6501     return Context.getFunctionNoProtoType(ResultType, Info);