Home
last modified time | relevance | path

Searched refs:getTypeSourceInfos (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DExprCXX.h2221 TypeSourceInfo **getTypeSourceInfos() { in getTypeSourceInfos() function
2226 TypeSourceInfo * const *getTypeSourceInfos() const { in getTypeSourceInfos() function
2262 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()
/external/clang/lib/AST/
DExprCXX.cpp1531 TypeSourceInfo **ToArgs = getTypeSourceInfos(); in TypeTraitExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1537 TypeSourceInfo **Args = E->getTypeSourceInfos(); in VisitTypeTraitExpr()