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

  /external/clang/lib/AST/
ExprCXX.cpp 671 CXXReinterpretCastExpr *
672 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T,
680 C.Allocate(sizeof(CXXReinterpretCastExpr) + PathSize * sizeof(CXXBaseSpecifier*));
681 CXXReinterpretCastExpr *E =
682 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
688 CXXReinterpretCastExpr *
689 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) {
690 void *Buffer = C.Allocate(sizeof(CXXReinterpretCastExpr)
692 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize);
    [all...]
StmtProfile.cpp 882 StmtProfiler::VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *S) {
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 178 /// CXXDynamicCastExpr for \c dynamic_cast, CXXReinterpretCastExpr for
299 class CXXReinterpretCastExpr : public CXXNamedCastExpr {
300 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind,
308 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize)
312 static CXXReinterpretCastExpr *Create(const ASTContext &Context, QualType T,
318 static CXXReinterpretCastExpr *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 287 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
    [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]

Completed in 89 milliseconds