Searched defs:getArgTypes (Results 1 – 3 of 3) sorted by relevance
79 CanQualType *getArgTypes() { return getTrailingObjects(); } in getArgTypes() function80 const CanQualType *getArgTypes() const { return getTrailingObjects(); } in getArgTypes() function
30 static SmallVector<Type *> getArgTypes(ArrayRef<Value *> FunctionArgs) { in getArgTypes() function
161 const SmallVectorImpl<Type *> &getArgTypes() const { return ParamTys; } in getArgTypes() function