Searched refs:getTypeSourceInfos (Results 1 – 3 of 3) sorted by relevance
2221 TypeSourceInfo **getTypeSourceInfos() { in getTypeSourceInfos() function2226 TypeSourceInfo * const *getTypeSourceInfos() const { in getTypeSourceInfos() function2262 return llvm::makeArrayRef(getTypeSourceInfos(), getNumArgs()); in getArgs()2267 return getTypeSourceInfos(); in arg_begin()2270 return getTypeSourceInfos() + getNumArgs(); in arg_end()2274 arg_const_iterator arg_begin() const { return getTypeSourceInfos(); } in arg_begin()2276 return getTypeSourceInfos() + getNumArgs(); in arg_end()
1531 TypeSourceInfo **ToArgs = getTypeSourceInfos(); in TypeTraitExpr()
1537 TypeSourceInfo **Args = E->getTypeSourceInfos(); in VisitTypeTraitExpr()