Searched refs:getTypeSourceInfos (Results 1 – 3 of 3) sorted by relevance
2070 TypeSourceInfo **getTypeSourceInfos() { in getTypeSourceInfos() function2075 TypeSourceInfo * const *getTypeSourceInfos() const { in getTypeSourceInfos() function2110 return ArrayRef<TypeSourceInfo *>(getTypeSourceInfos(), getNumArgs()); in getArgs()2115 return getTypeSourceInfos(); in arg_begin()2118 return getTypeSourceInfos() + getNumArgs(); in arg_end()2122 arg_const_iterator arg_begin() const { return getTypeSourceInfos(); } in arg_begin()2124 return getTypeSourceInfos() + getNumArgs(); in arg_end()
1375 TypeSourceInfo **ToArgs = getTypeSourceInfos(); in TypeTraitExpr()
1406 TypeSourceInfo **Args = E->getTypeSourceInfos(); in VisitTypeTraitExpr()