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 593 CXXReinterpretCastExpr *
594 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T,
602 CXXReinterpretCastExpr *E =
603 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
611 CXXReinterpretCastExpr *
612 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) {
614 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize);
    [all...]
StmtProfile.cpp 1234 StmtProfiler::VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *S) {
    [all...]
ASTImporter.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 201 /// CXXDynamicCastExpr for \c dynamic_cast, CXXReinterpretCastExpr for
332 class CXXReinterpretCastExpr final
334 private llvm::TrailingObjects<CXXReinterpretCastExpr,
336 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind,
344 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize)
348 static CXXReinterpretCastExpr *Create(const ASTContext &Context, QualType T,
354 static CXXReinterpretCastExpr *CreateEmpty(const ASTContext &Context,
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 283 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
    [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 1445 milliseconds