Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h2070 TypeSourceInfo **getTypeSourceInfos() { in getTypeSourceInfos() function
2075 TypeSourceInfo * const *getTypeSourceInfos() const { in getTypeSourceInfos() function
2110 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()
/external/clang/lib/AST/
DExprCXX.cpp1375 TypeSourceInfo **ToArgs = getTypeSourceInfos(); in TypeTraitExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1406 TypeSourceInfo **Args = E->getTypeSourceInfos(); in VisitTypeTraitExpr()