Searched refs:CXXConstCastExpr (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp633 CXXConstCastExpr *CXXConstCastExpr::Create(ASTContext &C, QualType T,
639 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets);
642 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(ASTContext &C) {
643 return new (C) CXXConstCastExpr(EmptyShell());
H A DStmtProfile.cpp778 void StmtProfiler::VisitCXXConstCastExpr(const CXXConstCastExpr *S) {
/external/clang/include/clang/AST/
H A DExprCXX.h179 /// reinterpret_cast, and CXXConstCastExpr for \c const_cast.
333 class CXXConstCastExpr : public CXXNamedCastExpr { class in namespace:clang
334 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op, function in class:clang::CXXConstCastExpr
340 explicit CXXConstCastExpr(EmptyShell Empty) function in class:clang::CXXConstCastExpr
344 static CXXConstCastExpr *Create(ASTContext &Context, QualType T,
349 static CXXConstCastExpr *CreateEmpty(ASTContext &Context);
H A DRecursiveASTVisitor.h2094 DEF_TRAVERSE_STMT(CXXConstCastExpr, {
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1200 CXXConstCastExpr> constCastExpr;
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h2000 DEF_TRAVERSE_STMT(CXXConstCastExpr, {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1259 void ASTStmtReader::VisitCXXConstCastExpr(CXXConstCastExpr *E) {
2243 S = CXXConstCastExpr::CreateEmpty(Context);
H A DASTWriterStmt.cpp1220 void ASTStmtWriter::VisitCXXConstCastExpr(CXXConstCastExpr *E) {
/external/clang/lib/Sema/
H A DSemaCast.cpp261 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType,
H A DTreeTransform.h7297 TreeTransform<Derived>::TransformCXXConstCastExpr(CXXConstCastExpr *E) {

Completed in 277 milliseconds