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

References

tools/clang/include/clang/AST/ASTNodeTraverser.h
  306     for (const QualType &PT : T->getParamTypes())
tools/clang/lib/AST/ASTContext.cpp
 2824     Result = getFunctionType(FPT->getReturnType(), FPT->getParamTypes(), EPI);
 2836     FD->setType(getFunctionType(ResultType, FPT->getParamTypes(), EPI));
 2874       Proto->getReturnType(), Proto->getParamTypes(),
 8814     return getFunctionType(retType, proto->getParamTypes(), EPI);
 9248             getFunctionType(OldReturnType, FPT->getParamTypes(), EPI);
tools/clang/lib/AST/ASTImporter.cpp
 3130           FromFPT->getReturnType(), FromFPT->getParamTypes(), DefaultEPI);
tools/clang/lib/AST/ODRHash.cpp
  891     for (auto ParamType : T->getParamTypes())
tools/clang/lib/AST/Type.cpp
  975     for (auto paramType : T->getParamTypes()) {
 1270     for (auto paramType : funcProtoType->getParamTypes()) {
tools/clang/lib/AST/VTableBuilder.cpp
  484   return LT->getParamTypes() == RT->getParamTypes();
  484   return LT->getParamTypes() == RT->getParamTypes();
tools/clang/lib/CodeGen/CGExprCXX.cpp
 1316   EmitCallArgs(Args, Type->getParamTypes(), TheCall->arguments());
tools/clang/lib/Sema/SemaChecking.cpp
  487       BPT->getPointeeType()->castAs<FunctionProtoType>()->getParamTypes();
 4280       for (auto paramType : Proto->getParamTypes()) {
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4395       AddLambdaCompletion(Results, F->getParamTypes(), getLangOpts());
tools/clang/lib/Sema/SemaCoroutine.cpp
   93   for (QualType T : FnType->getParamTypes())
tools/clang/lib/Sema/SemaDecl.cpp
 8780       NewFD->setType(Context.getFunctionType(Result, FPT->getParamTypes(),
 8910           FPT->getReturnType(), FPT->getParamTypes(),
10331                                           FPT->getParamTypes(), EPI));
13809         FD->setType(Context.getFunctionType(RetType, Proto->getParamTypes(),
tools/clang/lib/Sema/SemaDeclCXX.cpp
 7088                                           FPT->getParamTypes(), EPI));
 8684   return Context.getFunctionType(Context.VoidTy, Proto->getParamTypes(), EPI);
11592                                                FPT->getParamTypes(), EPI));
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  341         NewProto->getReturnType(), NewProto->getParamTypes(),
  369         NewProto->getReturnType(), NewProto->getParamTypes(),
tools/clang/lib/Sema/SemaExpr.cpp
14290       BlockTy = Context.getFunctionType(RetTy, FPT->getParamTypes(), EPI);
17570     ArrayRef<QualType> ParamTypes = Proto->getParamTypes();
17704       if (DRE && Proto && Proto->getParamTypes().empty() && Proto->isVariadic()) {
tools/clang/lib/Sema/SemaExprCXX.cpp
 6266                                              FPT1->getParamTypes(), EPI1);
 6268                                              FPT2->getParamTypes(), EPI2);
tools/clang/lib/Sema/SemaLambda.cpp
  376       MethodType = Context.getFunctionType(Result, FPT->getParamTypes(),
 1271                                  CallOpProto->getParamTypes(), InvokerExtInfo);
tools/clang/lib/Sema/SemaOverload.cpp
 1555                                             FromFPT->getParamTypes(), ExtInfo);
10994     ParamTypes = ConvType->castAs<FunctionProtoType>()->getParamTypes();
10999         Cand->Function->getType()->castAs<FunctionProtoType>()->getParamTypes();
tools/clang/lib/Sema/SemaTemplate.cpp
 8430                                        FPT->getParamTypes(), EPI);
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 3994                                  ArgFunctionTypeP->getParamTypes(), EPI);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1756                                  NewFunc->getParamTypes(), NewEPI);
 4084           NewProto->getReturnType(), NewProto->getParamTypes(), EPI));
tools/clang/lib/Sema/SemaType.cpp
 5162       T = Context.getFunctionType(FnTy->getReturnType(), FnTy->getParamTypes(),
tools/clang/lib/Sema/TreeTransform.h
 5458       T->getParamTypes() != llvm::makeArrayRef(ParamTypes) || EPIChanged) {
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 4450             FPT->getReturnType(), FPT->getParamTypes(),