Searched refs:getTypeSourceInfos (Results 1 – 3 of 3) sorted by relevance
2098 TypeSourceInfo **getTypeSourceInfos() { in getTypeSourceInfos() function2103 TypeSourceInfo * const *getTypeSourceInfos() const { in getTypeSourceInfos() function2139 return llvm::makeArrayRef(getTypeSourceInfos(), getNumArgs()); in getArgs()2144 return getTypeSourceInfos(); in arg_begin()2147 return getTypeSourceInfos() + getNumArgs(); in arg_end()2151 arg_const_iterator arg_begin() const { return getTypeSourceInfos(); } in arg_begin()2153 return getTypeSourceInfos() + getNumArgs(); in arg_end()
1503 TypeSourceInfo **ToArgs = getTypeSourceInfos(); in TypeTraitExpr()
1496 TypeSourceInfo **Args = E->getTypeSourceInfos(); in VisitTypeTraitExpr()