Searched defs:writtenTy (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 189 TypeSourceInfo *writtenTy, SourceLocation l, in CXXNamedCastExpr() 233 unsigned pathSize, TypeSourceInfo *writtenTy, in CXXStaticCastExpr() 264 Expr *op, unsigned pathSize, TypeSourceInfo *writtenTy, in CXXDynamicCastExpr() 302 TypeSourceInfo *writtenTy, SourceLocation l, in CXXReinterpretCastExpr() 335 TypeSourceInfo *writtenTy, SourceLocation l, in CXXConstCastExpr() 1211 TypeSourceInfo *writtenTy, in CXXFunctionalCastExpr()
|
D | Expr.h | 2799 TypeSourceInfo *writtenTy) in ExplicitCastExpr() 2810 void setTypeInfoAsWritten(TypeSourceInfo *writtenTy) { TInfo = writtenTy; } in setTypeInfoAsWritten() 2830 unsigned PathSize, TypeSourceInfo *writtenTy, in CStyleCastExpr()
|