Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2088 TypeSourceInfo **getTypeSourceInfos() { in getTypeSourceInfos() function
2093 TypeSourceInfo * const *getTypeSourceInfos() const { in getTypeSourceInfos() function
2129 return llvm::makeArrayRef(getTypeSourceInfos(), getNumArgs()); in getArgs()
2134 return getTypeSourceInfos(); in arg_begin()
2137 return getTypeSourceInfos() + getNumArgs(); in arg_end()
2141 arg_const_iterator arg_begin() const { return getTypeSourceInfos(); } in arg_begin()
2143 return getTypeSourceInfos() + getNumArgs(); in arg_end()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1507 TypeSourceInfo **ToArgs = getTypeSourceInfos(); in TypeTraitExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1496 TypeSourceInfo **Args = E->getTypeSourceInfos(); in VisitTypeTraitExpr()