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 584 CXXReinterpretCastExpr *
585 CXXReinterpretCastExpr::Create(ASTContext &C, QualType T, ExprValueKind VK,
592 C.Allocate(sizeof(CXXReinterpretCastExpr) + PathSize * sizeof(CXXBaseSpecifier*));
593 CXXReinterpretCastExpr *E =
594 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
600 CXXReinterpretCastExpr *
601 CXXReinterpretCastExpr::CreateEmpty(ASTContext &C, unsigned PathSize) {
602 void *Buffer = C.Allocate(sizeof(CXXReinterpretCastExpr)
604 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize);
    [all...]
StmtProfile.cpp 736 StmtProfiler::VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *S) {
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 164 /// CXXDynamicCastExpr, CXXReinterpretCastExpr, and CXXConstCastExpr.
274 /// CXXReinterpretCastExpr - A C++ @c reinterpret_cast expression (C++
280 class CXXReinterpretCastExpr : public CXXNamedCastExpr {
281 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind,
288 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize)
292 static CXXReinterpretCastExpr *Create(ASTContext &Context, QualType T,
297 static CXXReinterpretCastExpr *CreateEmpty(ASTContext &Context,
303 static bool classof(const CXXReinterpretCastExpr *) { return true; }
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 819 CXXReinterpretCastExpr> reinterpretCastExpr;
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 280 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
    [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 799 milliseconds