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 528 TypeSourceInfo *WrittenTy,
536 new (Buffer) CXXStaticCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
553 TypeSourceInfo *WrittenTy,
561 new (Buffer) CXXDynamicCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
611 TypeSourceInfo *WrittenTy, SourceLocation L,
618 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
633 TypeSourceInfo *WrittenTy,
637 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets);
    [all...]
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 187 TypeSourceInfo *writtenTy, SourceLocation l,
190 : ExplicitCastExpr(SC, ty, VK, kind, op, PathSize, writtenTy), Loc(l),
232 unsigned pathSize, TypeSourceInfo *writtenTy,
236 writtenTy, l, RParenLoc, AngleBrackets) {}
264 Expr *op, unsigned pathSize, TypeSourceInfo *writtenTy,
268 writtenTy, l, RParenLoc, AngleBrackets) {}
300 TypeSourceInfo *writtenTy, SourceLocation l,
304 pathSize, writtenTy, l, RParenLoc, AngleBrackets) {}
313 TypeSourceInfo *WrittenTy, SourceLocation L,
331 TypeSourceInfo *writtenTy, SourceLocation l
    [all...]
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplate.cpp     [all...]

Completed in 133 milliseconds