Searched defs:writtenTy (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 212 TypeSourceInfo *writtenTy, SourceLocation l, in CXXNamedCastExpr() 258 unsigned pathSize, TypeSourceInfo *writtenTy, in CXXStaticCastExpr() 294 Expr *op, unsigned pathSize, TypeSourceInfo *writtenTy, in CXXDynamicCastExpr() 338 TypeSourceInfo *writtenTy, SourceLocation l, in CXXReinterpretCastExpr() 376 TypeSourceInfo *writtenTy, SourceLocation l, in CXXConstCastExpr() 1402 TypeSourceInfo *writtenTy, in CXXFunctionalCastExpr()
|
D | Expr.h | 2808 TypeSourceInfo *writtenTy) in ExplicitCastExpr() 2819 void setTypeInfoAsWritten(TypeSourceInfo *writtenTy) { TInfo = writtenTy; } in setTypeInfoAsWritten() 2841 unsigned PathSize, TypeSourceInfo *writtenTy, in CStyleCastExpr()
|