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 695 CXXConstCastExpr *CXXConstCastExpr::Create(const ASTContext &C, QualType T,
701 return new (C) CXXConstCastExpr(T, VK, Op, WrittenTy, L, RParenLoc, AngleBrackets);
704 CXXConstCastExpr *CXXConstCastExpr::CreateEmpty(const ASTContext &C) {
705 return new (C) CXXConstCastExpr(EmptyShell());
    [all...]
StmtProfile.cpp 886 void StmtProfiler::VisitCXXConstCastExpr(const CXXConstCastExpr *S) {
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 179 /// reinterpret_cast, and CXXConstCastExpr for \c const_cast.
333 class CXXConstCastExpr : public CXXNamedCastExpr {
334 CXXConstCastExpr(QualType ty, ExprValueKind VK, Expr *op,
340 explicit CXXConstCastExpr(EmptyShell Empty)
344 static CXXConstCastExpr *Create(const ASTContext &Context, QualType T,
349 static CXXConstCastExpr *CreateEmpty(const ASTContext &Context);
    [all...]
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 264 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType,
    [all...]
TreeTransform.h     [all...]

Completed in 181 milliseconds