HomeSort by relevance Sort by last modified time
    Searched refs:WrittenTy (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/AST/
ExprCXX.cpp 592 TypeSourceInfo *WrittenTy,
600 new (Buffer) CXXStaticCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
617 TypeSourceInfo *WrittenTy,
625 new (Buffer) CXXDynamicCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
675 TypeSourceInfo *WrittenTy, SourceLocation L,
682 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
697 TypeSourceInfo *WrittenTy,
701 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...]

Completed in 1596 milliseconds