Searched defs:getParamType (Results 1 – 9 of 9) sorted by relevance
115 public Type getParamType(int i) { in getParamType() method in MethodUsage
149 public ResolvedType getParamType(int i) { in getParamType() method in MethodUsage
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
135 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
337 Id getParamType(int p) const { return parameterInstructions[p]->getTypeId(); } in getParamType() function
392 Type getParamType(unsigned I) const { return Types[I + 1]; } in getParamType() function in __anond0ff0f9c0111::Intrinsic
3970 static QualType getParamType(Sema &SemaRef, in getParamType() function