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

  /external/clang/lib/AST/
ExprCXX.cpp 581 CXXStaticCastExpr *CXXStaticCastExpr::Create(const ASTContext &C, QualType T,
590 void *Buffer = C.Allocate(sizeof(CXXStaticCastExpr)
592 CXXStaticCastExpr *E =
593 new (Buffer) CXXStaticCastExpr(T, VK, K, Op, PathSize, WrittenTy, L,
599 CXXStaticCastExpr *CXXStaticCastExpr::CreateEmpty(const ASTContext &C,
602 C.Allocate(sizeof(CXXStaticCastExpr) + PathSize * sizeof(CXXBaseSpecifier*));
603 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize);
    [all...]
StmtProfile.cpp 1111 void StmtProfiler::VisitCXXStaticCastExpr(const CXXStaticCastExpr *S) {
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 184 /// representing "named" casts: CXXStaticCastExpr for \c static_cast,
238 class CXXStaticCastExpr : public CXXNamedCastExpr {
239 CXXStaticCastExpr(QualType ty, ExprValueKind vk, CastKind kind, Expr *op,
246 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
250 static CXXStaticCastExpr *Create(const ASTContext &Context, QualType T,
256 static CXXStaticCastExpr *CreateEmpty(const ASTContext &Context,
    [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 295 return Op.complete(CXXStaticCastExpr::Create(Context, Op.ResultType,
    [all...]
TreeTransform.h     [all...]

Completed in 60 milliseconds