HomeSort by: relevance | last modified time | path
    Searched refs:CXXReinterpretCastExpr (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp 790 CXXReinterpretCastExpr *
791 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T,
800 new (Buffer) CXXReinterpretCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
808 CXXReinterpretCastExpr *
809 CXXReinterpretCastExpr::CreateEmpty(const ASTContext &C, unsigned PathSize) {
811 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize);
StmtPrinter.cpp 1767 void StmtPrinter::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *Node) {
StmtProfile.cpp 1804 StmtProfiler::VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *S) {
ASTImporter.cpp 8005 } else if (isa<CXXReinterpretCastExpr>(E)) {
8006 return CXXReinterpretCastExpr::Create(
ExprConstant.cpp 7393 bool VisitCXXReinterpretCastExpr(const CXXReinterpretCastExpr *E) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 370 /// CXXDynamicCastExpr for \c dynamic_cast, CXXReinterpretCastExpr for
521 class CXXReinterpretCastExpr final
523 private llvm::TrailingObjects<CXXReinterpretCastExpr,
525 CXXReinterpretCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op,
533 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize)
541 static CXXReinterpretCastExpr *Create(const ASTContext &Context, QualType T,
547 static CXXReinterpretCastExpr *CreateEmpty(const ASTContext &Context,
RecursiveASTVisitor.h 2350 DEF_TRAVERSE_STMT(CXXReinterpretCastExpr, {
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 946 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXReinterpretCastExpr>
947 cxxReinterpretCastExpr;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1768 void ASTStmtReader::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *E) {
3583 S = CXXReinterpretCastExpr::CreateEmpty(Context,
ASTWriterStmt.cpp 1661 void ASTStmtWriter::VisitCXXReinterpretCastExpr(CXXReinterpretCastExpr *E) {
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 2533 extern const internal::VariadicDynCastAllOfMatcher<Stmt, CXXReinterpretCastExpr>
2534 cxxReinterpretCastExpr;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 351 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
TreeTransform.h 11505 CXXReinterpretCastExpr *E) {
SemaExpr.cpp 13668 if (isa<CXXReinterpretCastExpr>(Op)) {

Completed in 76 milliseconds