Searched defs:getParamType (Results 1 – 6 of 6) sorted by relevance
149 public ResolvedType getParamType(int i) { in getParamType() method in MethodUsage
128 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
133 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
129 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
392 Type getParamType(unsigned I) const { return Types[I + 1]; } in getParamType() function in __anone254340e0111::Intrinsic
3970 static QualType getParamType(Sema &SemaRef, in getParamType() function