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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1009   for (const auto &A : T->param_types()) {
tools/clang/lib/AST/ASTContext.cpp
 7005         for (const auto &I : FPT->param_types())
tools/clang/lib/AST/ASTDiagnostic.cpp
   88         for (QualType SugarPT : FPT->param_types()) {
tools/clang/lib/AST/ASTImporter.cpp
 1197   for (const auto &A : T->param_types()) {
tools/clang/lib/AST/Mangle.cpp
  188   for (const auto &AT : Proto->param_types())
tools/clang/lib/AST/Type.cpp
 3692     for (const auto &ai : FPT->param_types())
 3777     for (const auto &ai : FPT->param_types())
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1206     for (const QualType &ParamType : FPT->param_types())
 3524         for (QualType ParamType : FPT->param_types())
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5811     for (auto &Param : FnType->param_types())
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  612     for (const auto &I : fproto->param_types())
 4535     for (auto &I : FTP->param_types()) {
 4602     for (auto &I : FTP->param_types()) {
 4811     for (const auto &I : FTP->param_types())
 4829     for (const auto &I : FTP->param_types()) {
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  548     for (const auto &I : fproto->param_types())
 3701     for (auto &I : FTP->param_types()) {
 3770     for (auto &I : FTP->param_types()) {
 3965     for (const auto &I : FTP->param_types())
 3983     for (const auto &I : FTP->param_types()) {
tools/clang/lib/Index/USRGeneration.cpp
  804       for (const auto &I : FT->param_types()) {
tools/clang/lib/Sema/SemaDecl.cpp
 3624       SmallVector<QualType, 16> ParamTypes(OldProto->param_types());
 3633       for (const auto &ParamType : OldProto->param_types()) {
 9009     for (const auto &AI : FT->param_types()) {
10562       for (QualType T : FPT->param_types())
tools/clang/lib/Sema/SemaDeclAttr.cpp
 7356       for (const auto &AI : FT->param_types()) {
tools/clang/lib/Sema/SemaExpr.cpp
 5417   for (QualType ParamType : FT->param_types()) {
14195     for (const auto &I : Fn->param_types()) {
17716         for (const auto &AI : FT->param_types()) {
tools/clang/lib/Sema/SemaLookup.cpp
 2890       for (const auto &Arg : Proto->param_types())
tools/clang/lib/Sema/SemaTemplate.cpp
 5572   for (const auto &A : T->param_types()) {