/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 223 unsigned NumClauses, EmptyShell); 290 unsigned CollapsedNum, EmptyShell); 359 unsigned CollapsedNum, EmptyShell); 419 unsigned NumClauses, EmptyShell); 466 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell); 523 unsigned NumClauses, EmptyShell); 593 EmptyShell); 654 CreateEmpty(const ASTContext &C, unsigned NumClauses, EmptyShell);
|
D | ExprCXX.h | 74 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : in CXXOperatorCallExpr() 123 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) in CXXMemberCallExpr() 160 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) in CUDAKernelCallExpr() 195 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr() 239 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() 270 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr() 308 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr() 340 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr() 375 explicit UserDefinedLiteral(const ASTContext &C, EmptyShell Empty) in UserDefinedLiteral() 436 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() [all …]
|
D | StmtObjC.h | 32 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() 87 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() 128 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt() 178 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt() 275 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() 320 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() 352 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
|
D | Stmt.h | 336 struct EmptyShell { }; struct 344 explicit Stmt(StmtClass SC, EmptyShell) { in Stmt() argument 453 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt() 526 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), in NullStmt() 563 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt() 652 SwitchCase(StmtClass SC, EmptyShell) in SwitchCase() argument 697 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt() 749 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt() 791 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt() 831 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt() [all …]
|
D | Expr.h | 121 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { } in Expr() argument 835 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr() 943 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr() 1191 explicit PredefinedExpr(EmptyShell Empty) in PredefinedExpr() 1268 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() 1284 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty); 1325 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() 1356 explicit FloatingLiteral(const ASTContext &C, EmptyShell Empty); 1361 static FloatingLiteral *Create(const ASTContext &C, EmptyShell Empty); 1425 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral() [all …]
|
D | ExprObjC.h | 37 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() 68 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() 103 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() 142 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() 265 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, 360 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} 396 explicit ObjCSelectorExpr(EmptyShell Empty) 438 explicit ObjCProtocolExpr(EmptyShell Empty) 488 explicit ObjCIvarRefExpr(EmptyShell Empty) 613 explicit ObjCPropertyRefExpr(EmptyShell Empty) [all …]
|
D | StmtCXX.h | 41 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() 71 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt() 85 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty, 140 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
|
D | DeclFriend.h | 89 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl()
|
D | DeclBase.h | 87 struct EmptyShell { }; struct 325 Decl(Kind DK, EmptyShell Empty) in Decl()
|
D | DeclTemplate.h | 2041 FriendTemplateDecl(EmptyShell Empty) 2197 ClassScopeFunctionSpecializationDecl(EmptyShell Empty)
|
D | DeclCXX.h | 111 AccessSpecDecl(EmptyShell Empty) in AccessSpecDecl()
|
D | Decl.h | 3526 ImportDecl(EmptyShell Empty) : Decl(Import, Empty), NextLocalImport() { } in ImportDecl()
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 320 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell()); in CreateEmpty() 610 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize); in CreateEmpty() 635 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize); in CreateEmpty() 692 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty() 705 return new (C) CXXConstCastExpr(EmptyShell()); in CreateEmpty() 726 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize); in CreateEmpty() 1022 return new (Mem) LambdaExpr(EmptyShell(), NumCaptures, NumArrayIndexVars > 0); in CreateDeserialized() 1123 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() 1129 EmptyShell empty, in Create() 1174 Stmt::EmptyShell Empty; in CreateEmpty() [all …]
|
D | Stmt.cpp | 299 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs); in CreateEmpty() 751 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally); in CreateEmpty() 771 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create() 1048 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt() 1092 return new (Mem) CapturedStmt(EmptyShell(), NumCaptures); in CreateDeserialized() 1351 EmptyShell) { in CreateEmpty() argument 1377 EmptyShell) { in CreateEmpty() argument 1403 EmptyShell) { in CreateEmpty() argument 1427 EmptyShell) { in CreateEmpty() argument 1448 EmptyShell) { in CreateEmpty() argument [all …]
|
D | DeclFriend.cpp | 59 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists); in CreateDeserialized()
|
D | Expr.cpp | 437 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty() 694 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() 707 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) in FloatingLiteral() 720 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() 1134 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, EmptyShell Empty) in CallExpr() 1142 EmptyShell Empty) in CallExpr() 1704 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize); in CreateEmpty() 1726 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize); in CreateEmpty() 3542 return new (Mem) ObjCMessageExpr(EmptyShell(), NumArgs); in CreateEmpty() 3931 EmptyShell sh, in Create() [all …]
|
D | DeclTemplate.cpp | 876 return new (C, ID) FriendTemplateDecl(EmptyShell()); in CreateDeserialized()
|
D | DeclCXX.cpp | 34 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized()
|
D | Decl.cpp | 3886 ImportDecl(EmptyShell()); in CreateDeserialized()
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 540 explicit SExpr(clang::Decl::EmptyShell e) { NodeVec.clear(); } in SExpr() 743 UnderlyingMutex(Decl::EmptyShell()) in LockData()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2010 Stmt::EmptyShell Empty; in ReadStmtFromStream()
|