/aosp_15_r20/external/clang/include/clang/AST/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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()
|
H A 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | StmtOpenMP.h | 678 unsigned NumClauses, EmptyShell); 1633 unsigned CollapsedNum, EmptyShell); 1712 unsigned CollapsedNum, EmptyShell); 1787 unsigned CollapsedNum, EmptyShell); 1856 unsigned NumClauses, EmptyShell); 1921 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell); 1978 unsigned NumClauses, EmptyShell); 2031 unsigned NumClauses, EmptyShell); 2079 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell); 2143 unsigned NumClauses, EmptyShell); [all …]
|
D | ExprCXX.h | 97 CXXOperatorCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 108 EmptyShell Empty); 184 CXXMemberCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 194 bool HasFPFeatures, EmptyShell Empty); 243 CUDAKernelCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 255 EmptyShell Empty); 297 CXXRewrittenBinaryOperator(EmptyShell Empty) in CXXRewrittenBinaryOperator() 394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() 445 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() 487 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr() [all …]
|
D | Expr.h | 131 explicit Expr(StmtClass SC, EmptyShell) : ValueStmt(SC) { } in Expr() argument 1036 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr() 1093 ConstantExpr(EmptyShell Empty, ConstantResultStorageKind StorageKind); 1174 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr() 1284 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() 1537 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() 1553 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty); 1581 explicit FixedPointLiteral(EmptyShell Empty) in FixedPointLiteral() 1595 static FixedPointLiteral *Create(const ASTContext &C, EmptyShell Empty); 1639 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() [all …]
|
D | ExprObjC.h | 61 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() 97 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() 140 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() 200 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() 334 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral() 422 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr() 466 explicit ObjCSelectorExpr(EmptyShell Empty) in ObjCSelectorExpr() 519 explicit ObjCProtocolExpr(EmptyShell Empty) in ObjCProtocolExpr() 576 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr() 700 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | StmtOpenMP.h | 678 unsigned NumClauses, EmptyShell); 1633 unsigned CollapsedNum, EmptyShell); 1712 unsigned CollapsedNum, EmptyShell); 1787 unsigned CollapsedNum, EmptyShell); 1856 unsigned NumClauses, EmptyShell); 1921 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell); 1978 unsigned NumClauses, EmptyShell); 2031 unsigned NumClauses, EmptyShell); 2079 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell); 2143 unsigned NumClauses, EmptyShell); [all …]
|
D | ExprCXX.h | 97 CXXOperatorCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 108 EmptyShell Empty); 184 CXXMemberCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 194 bool HasFPFeatures, EmptyShell Empty); 243 CUDAKernelCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 255 EmptyShell Empty); 297 CXXRewrittenBinaryOperator(EmptyShell Empty) in CXXRewrittenBinaryOperator() 394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() 445 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() 487 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr() [all …]
|
D | Expr.h | 131 explicit Expr(StmtClass SC, EmptyShell) : ValueStmt(SC) { } in Expr() argument 1049 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr() 1106 ConstantExpr(EmptyShell Empty, ConstantResultStorageKind StorageKind); 1186 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr() 1296 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() 1498 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() 1514 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty); 1542 explicit FixedPointLiteral(EmptyShell Empty) in FixedPointLiteral() 1556 static FixedPointLiteral *Create(const ASTContext &C, EmptyShell Empty); 1600 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() [all …]
|
D | ExprObjC.h | 61 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() 97 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() 140 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() 200 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() 334 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral() 422 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr() 466 explicit ObjCSelectorExpr(EmptyShell Empty) in ObjCSelectorExpr() 519 explicit ObjCProtocolExpr(EmptyShell Empty) in ObjCProtocolExpr() 576 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr() 700 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | StmtOpenMP.h | 678 unsigned NumClauses, EmptyShell); 1633 unsigned CollapsedNum, EmptyShell); 1712 unsigned CollapsedNum, EmptyShell); 1787 unsigned CollapsedNum, EmptyShell); 1856 unsigned NumClauses, EmptyShell); 1921 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell); 1978 unsigned NumClauses, EmptyShell); 2031 unsigned NumClauses, EmptyShell); 2079 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell); 2143 unsigned NumClauses, EmptyShell); [all …]
|
D | ExprCXX.h | 97 CXXOperatorCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 108 EmptyShell Empty); 184 CXXMemberCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 194 bool HasFPFeatures, EmptyShell Empty); 243 CUDAKernelCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 255 EmptyShell Empty); 297 CXXRewrittenBinaryOperator(EmptyShell Empty) in CXXRewrittenBinaryOperator() 394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() 445 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() 487 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr() [all …]
|
D | Expr.h | 131 explicit Expr(StmtClass SC, EmptyShell) : ValueStmt(SC) { } in Expr() argument 1049 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr() 1106 ConstantExpr(EmptyShell Empty, ConstantResultStorageKind StorageKind); 1186 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr() 1296 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() 1498 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() 1514 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty); 1542 explicit FixedPointLiteral(EmptyShell Empty) in FixedPointLiteral() 1556 static FixedPointLiteral *Create(const ASTContext &C, EmptyShell Empty); 1600 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() [all …]
|
D | ExprObjC.h | 61 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() 97 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() 140 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() 200 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() 334 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral() 422 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr() 466 explicit ObjCSelectorExpr(EmptyShell Empty) in ObjCSelectorExpr() 519 explicit ObjCProtocolExpr(EmptyShell Empty) in ObjCProtocolExpr() 576 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr() 700 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr() [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() 195 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt() 317 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() 367 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() 402 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | StmtOpenMP.h | 678 unsigned NumClauses, EmptyShell); 1633 unsigned CollapsedNum, EmptyShell); 1712 unsigned CollapsedNum, EmptyShell); 1787 unsigned CollapsedNum, EmptyShell); 1856 unsigned NumClauses, EmptyShell); 1921 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell); 1978 unsigned NumClauses, EmptyShell); 2031 unsigned NumClauses, EmptyShell); 2079 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell); 2143 unsigned NumClauses, EmptyShell); [all …]
|
D | ExprCXX.h | 97 CXXOperatorCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 108 EmptyShell Empty); 184 CXXMemberCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 194 bool HasFPFeatures, EmptyShell Empty); 243 CUDAKernelCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty); 255 EmptyShell Empty); 297 CXXRewrittenBinaryOperator(EmptyShell Empty) in CXXRewrittenBinaryOperator() 394 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() 445 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr() 487 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr() [all …]
|
D | Expr.h | 131 explicit Expr(StmtClass SC, EmptyShell) : ValueStmt(SC) { } in Expr() argument 1049 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr() 1106 ConstantExpr(EmptyShell Empty, ConstantResultStorageKind StorageKind); 1186 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr() 1296 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() 1498 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() 1514 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty); 1542 explicit FixedPointLiteral(EmptyShell Empty) in FixedPointLiteral() 1556 static FixedPointLiteral *Create(const ASTContext &C, EmptyShell Empty); 1600 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() [all …]
|
D | ExprObjC.h | 61 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() 97 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() 140 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() 200 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral() 334 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral() 422 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr() 466 explicit ObjCSelectorExpr(EmptyShell Empty) in ObjCSelectorExpr() 519 explicit ObjCProtocolExpr(EmptyShell Empty) in ObjCProtocolExpr() 576 explicit ObjCIvarRefExpr(EmptyShell Empty) in ObjCIvarRefExpr() 700 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr() [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() 195 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt() 317 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() 367 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() 402 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
|
/aosp_15_r20/external/clang/lib/AST/ |
H A 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 …]
|