Home
last modified time | relevance | path

Searched defs:writtenTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExprCXX.h173 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()
DExpr.h2696 TypeSourceInfo *writtenTy) in ExplicitCastExpr()
2707 void setTypeInfoAsWritten(TypeSourceInfo *writtenTy) { TInfo = writtenTy; } in setTypeInfoAsWritten()
2728 unsigned PathSize, TypeSourceInfo *writtenTy, in CStyleCastExpr()