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

References

tools/clang/lib/CodeGen/CGExpr.cpp
 2411           CGM.getContext().getFunctionNoProtoType(Proto->getReturnType());
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5820     return Ctx.getFunctionNoProtoType(
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 5189   QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 4343   QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy);
tools/clang/lib/Sema/SemaDecl.cpp
14125             Context.getFunctionNoProtoType(Context.IntTy))) {
tools/clang/lib/Sema/TreeTransform.h
13036   return SemaRef.Context.getFunctionNoProtoType(T);
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  913             T = getContext().getFunctionNoProtoType(T);