Searched defs:getTypeAsWritten (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ExprCXX.h | 3589 QualType getTypeAsWritten() const { return getTypeSourceInfo()->getType(); } getTypeAsWritten() function |
H A D | Expr.h | 3762 QualType getTypeAsWritten() const { return TInfo->getType(); } getTypeAsWritten() function |