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

  /external/clang/include/clang/AST/
StmtObjC.h 32 explicit ObjCForCollectionStmt(EmptyShell Empty) :
87 explicit ObjCAtCatchStmt(EmptyShell Empty) :
128 explicit ObjCAtFinallyStmt(EmptyShell Empty) :
178 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts,
276 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) :
321 explicit ObjCAtThrowStmt(EmptyShell Empty) :
353 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) :
ExprCXX.h 74 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) :
123 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty)
160 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty)
195 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize)
239 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
270 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize)
308 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize)
340 explicit CXXConstCastExpr(EmptyShell Empty)
375 explicit UserDefinedLiteral(ASTContext &C, EmptyShell Empty)
436 explicit CXXBoolLiteralExpr(EmptyShell Empty
    [all...]
StmtCXX.h 41 CXXCatchStmt(EmptyShell Empty)
71 CXXTryStmt(EmptyShell Empty, unsigned numHandlers)
85 static CXXTryStmt *Create(ASTContext &C, EmptyShell Empty,
140 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { }
Stmt.h 334 struct EmptyShell { };
342 explicit Stmt(StmtClass SC, EmptyShell) {
451 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { }
518 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
555 explicit CompoundStmt(EmptyShell Empty)
633 SwitchCase(StmtClass SC, EmptyShell)
678 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { }
730 explicit DefaultStmt(EmptyShell Empty)
772 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
813 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs
    [all...]
ExprObjC.h 37 explicit ObjCStringLiteral(EmptyShell Empty)
68 explicit ObjCBoolLiteralExpr(EmptyShell Empty)
103 explicit ObjCBoxedExpr(EmptyShell Empty)
142 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements)
264 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
359 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){}
395 explicit ObjCSelectorExpr(EmptyShell Empty)
437 explicit ObjCProtocolExpr(EmptyShell Empty)
487 explicit ObjCIvarRefExpr(EmptyShell Empty)
612 explicit ObjCPropertyRefExpr(EmptyShell Empty
    [all...]
Expr.h 121 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
811 explicit OpaqueValueExpr(EmptyShell Empty)
    [all...]
DeclFriend.h 88 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists)
StmtOpenMP.h 400 EmptyShell);
DeclTemplate.h     [all...]
DeclBase.h 99 struct EmptyShell { };
316 Decl(Kind DK, EmptyShell Empty)
    [all...]
DeclCXX.h 112 AccessSpecDecl(EmptyShell Empty)
    [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
DeclFriend.cpp 63 return new (Mem) FriendDecl(EmptyShell(), FriendTypeNumTPLists);
ExprCXX.cpp 259 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell());
548 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize);
573 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize);
630 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize);
643 return new (C) CXXConstCastExpr(EmptyShell());
664 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize);
    [all...]
Stmt.cpp 299 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs);
753 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally);
773 CXXTryStmt *CXXTryStmt::Create(ASTContext &C, EmptyShell Empty,
    [all...]
Expr.cpp 462 return new (Mem) DeclRefExpr(EmptyShell());
659 IntegerLiteral::Create(ASTContext &C, EmptyShell Empty) {
672 FloatingLiteral::FloatingLiteral(ASTContext &C, EmptyShell Empty)
685 FloatingLiteral::Create(ASTContext &C, EmptyShell Empty) {
    [all...]
DeclTemplate.cpp 318 return new (Mem) ClassTemplateDecl(EmptyShell());
    [all...]
DeclCXX.cpp 35 return new (Mem) AccessSpecDecl(EmptyShell());
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 546 explicit SExpr(clang::Decl::EmptyShell e) { NodeVec.clear(); }
760 UnderlyingMutex(Decl::EmptyShell())
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 1097 milliseconds