/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 280 unsigned NumClauses, EmptyShell); 838 unsigned CollapsedNum, EmptyShell); 912 unsigned CollapsedNum, EmptyShell); 980 unsigned CollapsedNum, EmptyShell); 1048 unsigned NumClauses, EmptyShell); 1105 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell); 1168 unsigned NumClauses, EmptyShell); 1215 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell); 1282 unsigned NumClauses, EmptyShell); 1362 EmptyShell); [all …]
|
D | ExprCXX.h | 71 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : in CXXOperatorCallExpr() 127 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) in CXXMemberCallExpr() 170 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) in CUDAKernelCallExpr() 218 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr() 264 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr() 300 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr() 344 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr() 381 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr() 419 explicit UserDefinedLiteral(const ASTContext &C, EmptyShell Empty) in UserDefinedLiteral() 480 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() [all …]
|
D | StmtObjC.h | 32 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() 87 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() 129 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt() 179 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt() 276 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() 322 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() 353 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
|
D | Stmt.h | 298 struct EmptyShell { }; in LLVM_ALIGNAS() struct 339 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {} in LLVM_ALIGNAS() 453 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt() 526 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), in NullStmt() 568 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt() 660 SwitchCase(StmtClass SC, EmptyShell) in SwitchCase() argument 705 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt() 757 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt() 803 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt() 843 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt() [all …]
|
D | Expr.h | 123 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { } in Expr() argument 873 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr() 973 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr() 1184 explicit PredefinedExpr(EmptyShell Empty) in PredefinedExpr() 1268 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() 1284 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty); 1328 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() 1361 explicit FloatingLiteral(const ASTContext &C, EmptyShell Empty); 1366 static FloatingLiteral *Create(const ASTContext &C, EmptyShell Empty); 1432 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral() [all …]
|
D | ExprObjC.h | 37 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() 68 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() 105 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() 155 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() 289 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, 368 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} 406 explicit ObjCSelectorExpr(EmptyShell Empty) 450 explicit ObjCProtocolExpr(EmptyShell Empty) 502 explicit ObjCIvarRefExpr(EmptyShell Empty) 627 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, 144 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
|
/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 207 EmptyShell) { in CreateEmpty() argument 243 EmptyShell) { in CreateEmpty() argument 288 EmptyShell) { in CreateEmpty() argument 332 EmptyShell) { in CreateEmpty() argument 352 EmptyShell) { in CreateEmpty() argument 371 EmptyShell) { in CreateEmpty() argument 388 EmptyShell) { in CreateEmpty() argument 403 EmptyShell) { in CreateEmpty() argument 419 EmptyShell) { in CreateEmpty() argument 463 unsigned CollapsedNum, EmptyShell) { in CreateEmpty() argument [all …]
|
D | ExprCXX.cpp | 234 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr() 274 CXXNewExpr(EmptyShell(), IsArray, NumPlacementArgs, IsParenTypeId); in CreateEmpty() 362 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr() 409 UnresolvedLookupExpr(EmptyShell(), NumResults, HasTemplateKWAndArgsInfo); in CreateEmpty() 450 OverloadExpr::OverloadExpr(StmtClass SC, EmptyShell Empty, unsigned NumResults, in OverloadExpr() 552 EmptyShell Empty) in CXXOperatorCallExpr() 575 EmptyShell Empty) { in CreateEmpty() 617 EmptyShell Empty) in CXXMemberCallExpr() 640 EmptyShell Empty) { in CreateEmpty() 729 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty() [all …]
|
D | ExprConcepts.cpp | 59 ConceptSpecializationExpr::ConceptSpecializationExpr(EmptyShell Empty, in ConceptSpecializationExpr() 128 ConceptSpecializationExpr::Create(ASTContext &C, EmptyShell Empty, in Create() 187 RequiresExpr::RequiresExpr(ASTContext &C, EmptyShell Empty, in RequiresExpr() 208 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create()
|
D | Stmt.cpp | 390 CompoundStmt *New = new (Mem) CompoundStmt(EmptyShell()); in CreateEmpty() 430 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs); in CreateEmpty() 936 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt() 964 return new (Mem) IfStmt(EmptyShell(), HasElse, HasVar, HasInit); in CreateEmpty() 1051 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt() 1074 return new (Mem) SwitchStmt(EmptyShell(), HasInit, HasVar); in CreateEmpty() 1115 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt() 1135 return new (Mem) WhileStmt(EmptyShell(), HasVar); in CreateEmpty() 1176 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) in ReturnStmt() 1193 return new (Mem) ReturnStmt(EmptyShell(), HasNRVOCandidate); in CreateEmpty() [all …]
|
D | StmtCXX.cpp | 32 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create() 95 CoroutineBodyStmt *CoroutineBodyStmt::Create(const ASTContext &C, EmptyShell, in Create() argument
|
D | Expr.cpp | 308 ConstantExpr::ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind) in ConstantExpr() 324 return new (Mem) ConstantExpr(EmptyShell(), StorageKind); in CreateEmpty() 486 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty() 519 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr() 537 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty() 828 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() 853 EmptyShell Empty) { in Create() 876 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) in FloatingLiteral() 889 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() 976 StringLiteral::StringLiteral(EmptyShell Empty, unsigned NumConcatenated, in StringLiteral() [all …]
|
D | ExprObjC.cpp | 50 return new (Mem) ObjCArrayLiteral(EmptyShell(), NumElements); in CreateEmpty() 93 ObjCDictionaryLiteral(EmptyShell(), NumElements, HasPackExpansions); in CreateEmpty() 236 return new (Mem) ObjCMessageExpr(EmptyShell(), NumArgs); in CreateEmpty()
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 425 unsigned NumClauses, EmptyShell); 1223 unsigned CollapsedNum, EmptyShell); 1301 unsigned CollapsedNum, EmptyShell); 1376 unsigned CollapsedNum, EmptyShell); 1445 unsigned NumClauses, EmptyShell); 1510 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell); 1569 unsigned NumClauses, EmptyShell); 1617 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell); 1681 unsigned NumClauses, EmptyShell); 1768 EmptyShell); [all …]
|
D | ExprCXX.h | 98 CXXOperatorCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 109 EmptyShell Empty); 185 CXXMemberCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 195 bool HasFPFeatures, EmptyShell Empty); 244 CUDAKernelCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 256 EmptyShell Empty); 298 CXXRewrittenBinaryOperator(EmptyShell Empty) in CXXRewrittenBinaryOperator() 385 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() 436 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() 478 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr() [all …]
|
D | StmtObjC.h | 31 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() 90 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() 136 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt() 190 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt() 291 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() 341 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() 376 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
|
D | ExprObjC.h | 62 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() 98 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() 141 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() 201 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() 334 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral() 421 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr() 465 explicit ObjCSelectorExpr(EmptyShell Empty) in ObjCSelectorExpr() 518 explicit ObjCProtocolExpr(EmptyShell Empty) in ObjCProtocolExpr() 573 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr() 697 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr() [all …]
|
D | Expr.h | 130 explicit Expr(StmtClass SC, EmptyShell) : ValueStmt(SC) { } in Expr() argument 1004 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr() 1063 ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind); 1143 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr() 1253 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() 1488 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() 1504 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty); 1532 explicit FixedPointLiteral(EmptyShell Empty) in FixedPointLiteral() 1546 static FixedPointLiteral *Create(const ASTContext &C, EmptyShell Empty); 1598 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() [all …]
|
D | StmtCXX.h | 40 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt() 79 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt() 89 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty, 150 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt() 369 static CoroutineBodyStmt *Create(const ASTContext &C, EmptyShell, 474 CoreturnStmt(EmptyShell) : CoreturnStmt({}, {}, {}) {} in CoreturnStmt() argument
|
D | Stmt.h | 1102 struct EmptyShell {}; struct 1144 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {} in Stmt() argument 1300 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) {} in DeclStmt() 1372 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} in NullStmt() 1407 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt() 1538 SwitchCase(StmtClass SC, EmptyShell) : Stmt(SC) {} in SwitchCase() argument 1618 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt() 1730 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt() 1810 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {} in LabelStmt() 1858 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt() [all …]
|
D | ExprConcepts.h | 72 ConceptSpecializationExpr(EmptyShell Empty, unsigned NumTemplateArgs); 92 Create(ASTContext &C, EmptyShell Empty, unsigned NumTemplateArgs); 499 RequiresExpr(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters, 509 Create(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters,
|
D | ExprOpenMP.h | 79 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr() 162 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr() 326 explicit OMPIteratorExpr(EmptyShell Shell, unsigned NumIterators) in OMPIteratorExpr()
|
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 74 EmptyShell) { in CreateEmpty() argument 115 EmptyShell) { in CreateEmpty() argument 168 EmptyShell) { in CreateEmpty() argument 220 EmptyShell) { in CreateEmpty() argument 246 EmptyShell) { in CreateEmpty() argument 269 EmptyShell) { in CreateEmpty() argument 294 EmptyShell) { in CreateEmpty() argument 315 EmptyShell) { in CreateEmpty() argument 339 EmptyShell) { in CreateEmpty() argument 389 unsigned CollapsedNum, EmptyShell) { in CreateEmpty() argument [all …]
|
D | ExprCXX.cpp | 245 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell()); in CreateEmpty() 532 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize); in CreateEmpty() 557 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize); in CreateEmpty() 614 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty() 627 return new (C) CXXConstCastExpr(EmptyShell()); in CreateEmpty() 648 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize); in CreateEmpty() 936 return new (Mem) LambdaExpr(EmptyShell(), NumCaptures, NumArrayIndexVars > 0); in CreateDeserialized() 1049 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() 1055 EmptyShell empty, in Create() 1099 Stmt::EmptyShell Empty; in CreateEmpty() [all …]
|