Home
last modified time | relevance | path

Searched refs:WrittenTy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp764 TypeSourceInfo *WrittenTy, FPOptionsOverride FPO, in Create() argument
771 auto *E = new (Buffer) CXXStaticCastExpr(T, VK, K, Op, PathSize, WrittenTy, in Create()
792 TypeSourceInfo *WrittenTy, in Create() argument
799 new (Buffer) CXXDynamicCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, in Create()
856 TypeSourceInfo *WrittenTy, SourceLocation L, in Create() argument
862 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, in Create()
878 TypeSourceInfo *WrittenTy, in Create() argument
882 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets); in Create()
891 CastKind K, Expr *Op, TypeSourceInfo *WrittenTy, in Create() argument
894 return new (C) CXXAddrspaceCastExpr(T, VK, K, Op, WrittenTy, L, RParenLoc, in Create()
H A DExpr.cpp2109 TypeSourceInfo *WrittenTy, in Create() argument
2116 new (Buffer) CStyleCastExpr(T, VK, K, Op, PathSize, FPO, WrittenTy, L, R); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h543 TypeSourceInfo *WrittenTy, SourceLocation L,
581 TypeSourceInfo *WrittenTy, SourceLocation L,
619 Expr *Op, TypeSourceInfo *WrittenTy, SourceLocation L,
H A DExpr.h3818 TypeSourceInfo *WrittenTy, SourceLocation L, SourceLocation R);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8414 TypeSourceInfo *WrittenTy = Context.getTemplateSpecializationTypeInfo( in ActOnClassTemplateSpecialization() local
8418 WrittenTy, in ActOnClassTemplateSpecialization()