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

References

tools/clang/lib/Sema/SemaType.cpp
 5082     assert(FnTy && "Why oh why is there not a FunctionProtoType here?");
 5154         << getFunctionQualifiersAsString(FnTy)
 5158       FunctionProtoType::ExtProtoInfo EPI = FnTy->getExtProtoInfo();
 5162       T = Context.getFunctionType(FnTy->getReturnType(), FnTy->getParamTypes(),
 5162       T = Context.getFunctionType(FnTy->getReturnType(), FnTy->getParamTypes(),