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 585 TypeSourceInfo *WrittenTy,
593 new (Buffer) CXXStaticCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
610 TypeSourceInfo *WrittenTy,
618 new (Buffer) CXXDynamicCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
668 TypeSourceInfo *WrittenTy, SourceLocation L,
675 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
690 TypeSourceInfo *WrittenTy,
694 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 196 TypeSourceInfo *writtenTy, SourceLocation l,
199 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l),
240 unsigned pathSize, TypeSourceInfo *writtenTy,
244 writtenTy, l, RParenLoc, AngleBrackets) {}
271 Expr *op, unsigned pathSize, TypeSourceInfo *writtenTy,
275 writtenTy, l, RParenLoc, AngleBrackets) {}
309 TypeSourceInfo *writtenTy, SourceLocation l,
313 pathSize, writtenTy, l, RParenLoc, AngleBrackets) {}
322 TypeSourceInfo *WrittenTy, SourceLocation L,
342 TypeSourceInfo *writtenTy, SourceLocation l
    [all...]
Expr.h     [all...]

Completed in 886 milliseconds