Searched defs:getParamType (Results 1 - 8 of 8) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/
H A DMethodUsage.java149 public ResolvedType getParamType(int i) { method in class:MethodUsage
/external/swiftshader/third_party/LLVM/include/llvm/
H A DDerivedTypes.h128 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } function in class:llvm::FunctionType
/external/clang/include/clang/AST/
H A DCanonicalType.h490 CanQualType getParamType(unsigned i) const { function in struct:clang::CanProxyAdaptor
491 return CanQualType::CreateUnsafe(this->getTypePtr()->getParamType(i));
H A DType.h3275 QualType getParamType(unsigned i) const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h129 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } function in class:llvm::FunctionType
148 return cast<FunctionType>(this)->getParamType(i);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DDerivedTypes.h133 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } function in class:llvm::FunctionType
152 return cast<FunctionType>(this)->getParamType(i);
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp392 Type getParamType(unsigned I) const { return Types[I + 1]; } function in class:__anon3740::Intrinsic
412 Idx += std::max(1U, getParamType(I).getNumVectors());
1028 Type T = getParamType(I);
1263 if (getParamType(I).isPointer())
1370 ThisTy = getParamType(0);
1372 ThisTy = getParamType(1);
1885 ErrMsg += I.getParamType(A).str();
1894 if (I.getParamType(Arg) != Types[Arg]) {
2029 Ty = Def->getParamType(0);
2031 Ty = Def->getParamType(
[all...]
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2928 Placeholder = Prototype->getParamType(P).getAsString(Policy);
3970 static QualType getParamType(Sema &SemaRef, function
3983 ParamType = Proto->getParamType(N);
3986 Proto->getParamType(N).getNonReferenceType()))
4001 ParamType = getParamType(SemaRef, Candidates, CurrentArg);

Completed in 1528 milliseconds