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

  /external/clang/lib/AST/
ExprCXX.cpp 664 CXXReinterpretCastExpr *
665 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T,
673 C.Allocate(sizeof(CXXReinterpretCastExpr) + PathSize * sizeof(CXXBaseSpecifier*));
674 CXXReinterpretCastExpr *E =
675 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
681 CXXReinterpretCastExpr *
682 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) {
683 void *Buffer = C.Allocate(sizeof(CXXReinterpretCastExpr)
685 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize);
    [all...]
StmtProfile.cpp 1120 StmtProfiler::VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *S) {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 185 /// CXXDynamicCastExpr for \c dynamic_cast, CXXReinterpretCastExpr for
306 class CXXReinterpretCastExpr : public CXXNamedCastExpr {
307 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind,
315 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize)
319 static CXXReinterpretCastExpr *Create(const ASTContext &Context, QualType T,
325 static CXXReinterpretCastExpr *CreateEmpty(const ASTContext &Context,
    [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 282 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
    [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]

Completed in 2000 milliseconds