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 609 CXXReinterpretCastExpr *
610 CXXReinterpretCastExpr::Create(ASTContext &C, QualType T, ExprValueKind VK,
618 C.Allocate(sizeof(CXXReinterpretCastExpr) + PathSize * sizeof(CXXBaseSpecifier*));
619 CXXReinterpretCastExpr *E =
620 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
626 CXXReinterpretCastExpr *
627 CXXReinterpretCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) {
628 void *Buffer = C.Allocate(sizeof(CXXReinterpretCastExpr)
630 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize);
    [all...]
StmtProfile.cpp 774 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(ASTContext &Context, QualType T,
318 static CXXReinterpretCastExpr *CreateEmpty(ASTContext &Context,
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1155 CXXReinterpretCastExpr> reinterpretCastExpr;
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 284 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
    [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]

Completed in 256 milliseconds