Searched defs:getParamType (Results 1 – 8 of 8) sorted by relevance
149 public ResolvedType getParamType(int i) { in getParamType() method in MethodUsage
133 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
128 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
292 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 __anon56007b1a0111::Intrinsic
3970 static QualType getParamType(Sema &SemaRef, in getParamType() function