/external/clang/lib/AST/ |
ExprCXX.cpp | 530 TypeSourceInfo *WrittenTy, 538 new (Buffer) CXXStaticCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, 555 TypeSourceInfo *WrittenTy, 563 new (Buffer) CXXDynamicCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, 613 TypeSourceInfo *WrittenTy, SourceLocation L, 620 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L, 635 TypeSourceInfo *WrittenTy, 639 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets); [all...] |
Expr.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaTemplateInstantiateDecl.cpp | [all...] |
SemaTemplate.cpp | [all...] |
/external/clang/include/clang/AST/ |
ExprCXX.h | 189 TypeSourceInfo *writtenTy, SourceLocation l, 192 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l), 233 unsigned pathSize, TypeSourceInfo *writtenTy, 237 writtenTy, l, RParenLoc, AngleBrackets) {} 264 Expr *op, unsigned pathSize, TypeSourceInfo *writtenTy, 268 writtenTy, l, RParenLoc, AngleBrackets) {} 302 TypeSourceInfo *writtenTy, SourceLocation l, 306 pathSize, writtenTy, l, RParenLoc, AngleBrackets) {} 315 TypeSourceInfo *WrittenTy, SourceLocation L, 335 TypeSourceInfo *writtenTy, SourceLocation l [all...] |
Expr.h | [all...] |