Home
last modified time | relevance | path

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

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