Searched refs:getParamType (Results 26 - 50 of 60) sorted by relevance

123

/external/clang/lib/Sema/
H A DSemaAccess.cpp386 if (!MightInstantiateTo(S, ContextTy->getParamType(I),
387 FriendTy->getParamType(I)))
H A DSemaCodeComplete.cpp2860 ArgType = Proto->getParamType(I);
3888 ParamType = Proto->getParamType(Args.size());
3891 Proto->getParamType(Args.size())
3914 ParamType = Proto->getParamType(Args.size());
H A DSemaDeclCXX.cpp4917 QualType ArgType = ExpectedParams ? Type->getParamType(0) : QualType();
8746 Context.getTrivialTypeSourceInfo(FPT->getParamType(I), UsingLoc);
8749 FPT->getParamType(I), TInfo, SC_None, /*DefaultArg=*/nullptr);
9441 T->getParamType(0).getNonReferenceType().getCVRQualifiers();
10246 unsigned Quals = T->getParamType(0).getNonReferenceType().getCVRQualifiers();
H A DSemaDecl.cpp1678 nullptr, FT->getParamType(i), /*TInfo=*/nullptr,
2836 NewProto->getParamType(Idx))) {
2842 NewProto->getParamType(Idx) };
8018 QualType AT = FTP->getParamType(i);
/external/clang/tools/libclang/
H A DCXType.cpp562 return MakeCXType(FD->getParamType(i), GetTU(X));
/external/llvm/lib/IR/
H A DType.cpp181 return cast<FunctionType>(this)->getParamType(i);
H A DInstructions.cpp280 FTy->getParamType(i) == Args[i]->getType()) &&
548 FTy->getParamType(i) == Args[i]->getType()) &&
H A DAsmWriter.cpp1654 TypePrinter.print(FT->getParamType(i), Out);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp423 TypeVals.push_back(VE.getTypeID(FT->getParamType(i)));
1517 if (FTy->getParamType(i)->isLabelTy())
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp351 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
432 Type *ParamType = FType->getParamType(Arg.OrigArgIndex);
/external/clang/lib/AST/
H A DDecl.cpp2395 return (proto->getParamType(1).getCanonicalType() == Context.VoidPtrTy);
2425 QualType Ty = FPT->getParamType(1);
2457 !Ctx.hasSameType(getType()->castAs<FunctionProtoType>()->getParamType(1),
H A DTypePrinter.cpp630 print(T->getParamType(i), OS, StringRef());
H A DVTableBuilder.cpp486 if (LT->getParamType(I) != RT->getParamType(I))
H A DASTContext.cpp6932 QualType lParamType = lproto->getParamType(i).getUnqualifiedType();
6933 QualType rParamType = rproto->getParamType(i).getUnqualifiedType();
6975 QualType paramTy = proto->getParamType(i);
H A DType.cpp1721 if (isa<PackExpansionType>(getParamType(ArgIdx - 1)))
H A DASTImporter.cpp541 if (!IsStructurallyEquivalent(Context, Proto1->getParamType(I),
542 Proto2->getParamType(I)))
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2779 FTy->getParamType(i)));
3065 if (FTy->getParamType(i)->isLabelTy())
3069 FTy->getParamType(i)));
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2926 !FTy->getParamType(0)->isPointerTy() ||
2927 !FTy->getParamType(1)->isPointerTy() ||
2928 !FTy->getParamType(2)->isPointerTy())
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp998 FT->getParamType(i).getAsString(Context->getPrintingPolicy());
1355 FT->getParamType(i).getAsString(Context->getPrintingPolicy());
2281 if (needToScanForQualifiers(proto->getParamType(i))) {
2426 QualType ArgType = proto->getParamType(i);
H A DRewriteObjC.cpp831 FT->getParamType(i).getAsString(Context->getPrintingPolicy());
1157 FT->getParamType(i).getAsString(Context->getPrintingPolicy());
2166 if (needToScanForQualifiers(proto->getParamType(i))) {
2312 QualType ArgType = proto->getParamType(i);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp782 EltTys.push_back(getOrCreateType(FPT->getParamType(i), Unit));
2435 EltTys.push_back(getOrCreateType(FPT->getParamType(i), F));
H A DCGBuiltin.cpp1642 llvm::Type *PTy = FTy->getParamType(i);
1644 assert(PTy->canLosslesslyBitCastTo(FTy->getParamType(i)) &&
3951 llvm::Type *DataTy = F->getFunctionType()->getParamType(1);
/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h1079 TRY_TO(TraverseType(T->getParamType(I)));
H A DRecursiveASTVisitor.h1144 TRY_TO(TraverseType(T->getParamType(I)));
H A DType.h2950 QualType getParamType(unsigned i) const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType

Completed in 946 milliseconds

123