Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h2098 TypeSourceInfo **getTypeSourceInfos() { in getTypeSourceInfos() function
2103 TypeSourceInfo * const *getTypeSourceInfos() const { in getTypeSourceInfos() function
2139 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()
/external/clang/lib/AST/
DExprCXX.cpp1503 TypeSourceInfo **ToArgs = getTypeSourceInfos(); in TypeTraitExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1496 TypeSourceInfo **Args = E->getTypeSourceInfos(); in VisitTypeTraitExpr()