Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h388 TypeSourceInfo *writtenTy, SourceLocation l, in CXXNamedCastExpr()
435 unsigned pathSize, TypeSourceInfo *writtenTy, in CXXStaticCastExpr()
480 unsigned pathSize, TypeSourceInfo *writtenTy, in CXXDynamicCastExpr()
525 unsigned pathSize, TypeSourceInfo *writtenTy, in CXXReinterpretCastExpr()
565 TypeSourceInfo *writtenTy, SourceLocation l, in CXXConstCastExpr()
603 TypeSourceInfo *writtenTy, SourceLocation l, in CXXAddrspaceCastExpr()
1822 TypeSourceInfo *writtenTy, CastKind kind, in CXXFunctionalCastExpr()
H A DExpr.h3758 bool HasFPFeatures, TypeSourceInfo *writtenTy) in ExplicitCastExpr()
3773 void setTypeInfoAsWritten(TypeSourceInfo *writtenTy) { TInfo = writtenTy; } in setTypeInfoAsWritten()
3797 TypeSourceInfo *writtenTy, SourceLocation l, SourceLocation r) in CStyleCastExpr()