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

  /external/clang/lib/AST/
DeclFriend.cpp 43 FriendDecl *FriendDecl::Create(ASTContext &C, EmptyShell Empty) {
ExprCXX.cpp 219 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell());
489 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize);
513 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize);
566 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize);
578 return new (C) CXXConstCastExpr(EmptyShell());
599 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize);
762 Stmt::EmptyShell Empty;
    [all...]
DeclTemplate.cpp 227 FunctionTemplateDecl *FunctionTemplateDecl::Create(ASTContext &C, EmptyShell) {
287 ClassTemplateDecl *ClassTemplateDecl::Create(ASTContext &C, EmptyShell Empty) {
436 TemplateTypeParmDecl::Create(const ASTContext &C, EmptyShell Empty) {
613 ClassTemplateSpecializationDecl::Create(ASTContext &Context, EmptyShell Empty) {
714 EmptyShell Empty) {
735 EmptyShell Empty) {
754 EmptyShell) {
    [all...]
DeclCXX.cpp 70 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, EmptyShell Empty) {
    [all...]
Expr.cpp 384 return new (Mem) DeclRefExpr(EmptyShell());
509 IntegerLiteral::Create(ASTContext &C, EmptyShell Empty) {
520 FloatingLiteral::Create(ASTContext &C, EmptyShell Empty) {
758 CallExpr::CallExpr(ASTContext &C, StmtClass SC, EmptyShell Empty)
766 EmptyShell Empty)
    [all...]
Stmt.cpp 518 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally);
543 CXXTryStmt *CXXTryStmt::Create(ASTContext &C, EmptyShell Empty,
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
StmtObjC.h 32 explicit ObjCForCollectionStmt(EmptyShell Empty) :
86 explicit ObjCAtCatchStmt(EmptyShell Empty) :
129 explicit ObjCAtFinallyStmt(EmptyShell Empty) :
180 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts,
275 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) :
320 explicit ObjCAtThrowStmt(EmptyShell Empty) :
356 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) :
DeclFriend.h 68 explicit FriendDecl(EmptyShell Empty)
80 static FriendDecl *Create(ASTContext &C, EmptyShell Empty);
Stmt.h 234 struct EmptyShell { };
238 explicit Stmt(StmtClass SC, EmptyShell) {
360 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { }
421 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) { }
465 explicit CompoundStmt(EmptyShell Empty)
579 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass) { }
634 explicit DefaultStmt(EmptyShell) : SwitchCase(DefaultStmtClass) { }
671 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
708 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
780 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) {
    [all...]
StmtCXX.h 37 CXXCatchStmt(EmptyShell Empty)
68 CXXTryStmt(EmptyShell Empty, unsigned numHandlers)
83 static CXXTryStmt *Create(ASTContext &C, EmptyShell Empty,
140 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { }
ExprCXX.h 59 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) :
97 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty)
135 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty)
170 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize)
213 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
244 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize)
279 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize)
309 explicit CXXConstCastExpr(EmptyShell Empty)
336 explicit CXXBoolLiteralExpr(EmptyShell Empty)
365 explicit CXXNullPtrLiteralExpr(EmptyShell Empty
    [all...]
Expr.h 73 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
657 explicit OpaqueValueExpr(EmptyShell Empty)
792 explicit DeclRefExpr(EmptyShell Empty)
    [all...]
ExprObjC.h 35 explicit ObjCStringLiteral(EmptyShell Empty)
74 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){}
112 explicit ObjCSelectorExpr(EmptyShell Empty)
152 explicit ObjCProtocolExpr(EmptyShell Empty)
194 explicit ObjCIvarRefExpr(EmptyShell Empty)
297 explicit ObjCPropertyRefExpr(EmptyShell Empty)
484 ObjCMessageExpr(EmptyShell Empty, unsigned NumArgs)
881 explicit ObjCIsaExpr(EmptyShell Empty) : Expr(ObjCIsaExprClass, Empty) { }
    [all...]
DeclTemplate.h     [all...]
DeclCXX.h 115 AccessSpecDecl(EmptyShell Empty)
137 static AccessSpecDecl *Create(ASTContext &C, EmptyShell Empty) {
599 static CXXRecordDecl *Create(const ASTContext &C, EmptyShell Empty);
    [all...]
DeclBase.h 93 struct EmptyShell { };
289 Decl(Kind DK, EmptyShell Empty)
    [all...]
Decl.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTReaderStmt.cpp     [all...]

Completed in 215 milliseconds