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

References

tools/clang/include/clang/AST/CanonicalType.h
  522     return param_type_iterator(this->getTypePtr()->param_type_end());
tools/clang/include/clang/AST/Type.h
 3935     return llvm::makeArrayRef(param_type_begin(), param_type_end());
 4070     return param_type_range(param_type_begin(), param_type_end());
tools/clang/lib/CodeGen/CGExprCXX.cpp
 1342   auto AI = FPT->param_type_begin(), AE = FPT->param_type_end();
 1808   assert(ParamTypeIt == DeleteFTy->param_type_end() &&
tools/clang/lib/CodeGen/CodeGenFunction.h
 4264                 E = CallArgTypeInfo->param_type_end();
tools/clang/lib/CodeGen/TargetInfo.cpp
 9155     auto E = FPT->param_type_end();
tools/clang/lib/Sema/SemaDeclCXX.cpp
 1639                                               e = FT->param_type_end();
tools/clang/lib/Sema/SemaOverload.cpp
 2899                                               E = OldType->param_type_end();
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 4770                  Proto1->param_type_end());
 4772                  Proto2->param_type_end());
tools/lldb/source/Symbol/ClangASTContext.cpp
  157          !std::equal(m1Type->param_type_begin(), m1Type->param_type_end(),