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

  /external/clang/lib/AST/
ExprCXX.cpp 594 CXXConstCastExpr *CXXConstCastExpr::Create(ASTContext &C, QualType T,
599 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc);
602 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(ASTContext &C) {
603 return new (C) CXXConstCastExpr(EmptyShell());
    [all...]
StmtProfile.cpp 735 void StmtProfiler::VisitCXXConstCastExpr(const CXXConstCastExpr *S) {
StmtPrinter.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 158 /// CXXDynamicCastExpr, CXXReinterpretCastExpr, and CXXConstCastExpr.
300 /// CXXConstCastExpr - A C++ @c const_cast expression (C++ [expr.const.cast]),
305 class CXXConstCastExpr : public CXXNamedCastExpr {
306 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op,
312 explicit CXXConstCastExpr(EmptyShell Empty)
316 static CXXConstCastExpr *Create(ASTContext &Context, QualType T,
320 static CXXConstCastExpr *CreateEmpty(ASTContext &Context);
325 static bool classof(const CXXConstCastExpr *) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 259 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType,
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 31 milliseconds