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

  /external/clang/lib/AST/
ExprCXX.cpp 607 CXXConstCastExpr *CXXConstCastExpr::Create(ASTContext &C, QualType T,
612 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc);
615 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(ASTContext &C) {
616 return new (C) CXXConstCastExpr(EmptyShell());
    [all...]
StmtProfile.cpp 740 void StmtProfiler::VisitCXXConstCastExpr(const CXXConstCastExpr *S) {
  /external/clang/include/clang/AST/
ExprCXX.h 164 /// CXXDynamicCastExpr, CXXReinterpretCastExpr, and CXXConstCastExpr.
306 /// CXXConstCastExpr - A C++ @c const_cast expression (C++ [expr.const.cast]),
311 class CXXConstCastExpr : public CXXNamedCastExpr {
312 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op,
318 explicit CXXConstCastExpr(EmptyShell Empty)
322 static CXXConstCastExpr *Create(ASTContext &Context, QualType T,
326 static CXXConstCastExpr *CreateEmpty(ASTContext &Context);
331 static bool classof(const CXXConstCastExpr *) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 864 CXXConstCastExpr> constCastExpr;
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 259 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType,
    [all...]
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 399 milliseconds