Searched defs:writtenTy (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 196 TypeSourceInfo *writtenTy, SourceLocation l, in CXXNamedCastExpr() 240 unsigned pathSize, TypeSourceInfo *writtenTy, in CXXStaticCastExpr() 271 Expr *op, unsigned pathSize, TypeSourceInfo *writtenTy, in CXXDynamicCastExpr() 309 TypeSourceInfo *writtenTy, SourceLocation l, in CXXReinterpretCastExpr() 342 TypeSourceInfo *writtenTy, SourceLocation l, in CXXConstCastExpr() 1246 TypeSourceInfo *writtenTy, in CXXFunctionalCastExpr()
|
D | Expr.h | 2832 TypeSourceInfo *writtenTy) in ExplicitCastExpr() 2843 void setTypeInfoAsWritten(TypeSourceInfo *writtenTy) { TInfo = writtenTy; } in setTypeInfoAsWritten() 2863 unsigned PathSize, TypeSourceInfo *writtenTy, in CStyleCastExpr()
|