Searched defs:writtenTy (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 173 TypeSourceInfo *writtenTy, SourceLocation l, in CXXNamedCastExpr() 217 unsigned pathSize, TypeSourceInfo *writtenTy, in CXXStaticCastExpr() 248 Expr *op, unsigned pathSize, TypeSourceInfo *writtenTy, in CXXDynamicCastExpr() 283 TypeSourceInfo *writtenTy, SourceLocation l, in CXXReinterpretCastExpr() 313 TypeSourceInfo *writtenTy, SourceLocation l, in CXXConstCastExpr() 1035 TypeSourceInfo *writtenTy, in CXXFunctionalCastExpr()
|
D | Expr.h | 2696 TypeSourceInfo *writtenTy) in ExplicitCastExpr() 2707 void setTypeInfoAsWritten(TypeSourceInfo *writtenTy) { TInfo = writtenTy; } in setTypeInfoAsWritten() 2728 unsigned PathSize, TypeSourceInfo *writtenTy, in CStyleCastExpr()
|