| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 275 EmptyShell) { in CreateEmpty() argument 330 EmptyShell) { in CreateEmpty() argument 401 EmptyShell) { in CreateEmpty() argument 731 EmptyShell) { in CreateEmpty() argument 1012 EmptyShell) { in CreateEmpty() argument 1026 EmptyShell) { in CreateEmpty() argument 1553 EmptyShell) { in CreateEmpty() argument 1886 EmptyShell) { in CreateEmpty() argument 2024 EmptyShell) { in CreateEmpty() argument 2192 EmptyShell) { in CreateEmpty() argument [all …]
|
| H A D | ExprCXX.cpp | 234 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr() 363 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr() 553 EmptyShell Empty) in CXXOperatorCallExpr() 618 EmptyShell Empty) in CXXMemberCallExpr() 826 return new (C) CXXConstCastExpr(EmptyShell()); in CreateEmpty() 839 return new (C) CXXAddrspaceCastExpr(EmptyShell()); in CreateEmpty() 886 EmptyShell Empty) in UserDefinedLiteral() 1191 return new (Mem) LambdaExpr(EmptyShell(), NumCaptures); in CreateDeserialized() 1399 EmptyShell Empty, bool HasTemplateKWAndArgsInfo, in CXXDependentScopeMemberExpr() 1707 return new (Mem) TypeTraitExpr(EmptyShell()); in CreateDeserialized() [all …]
|
| H A 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()
|
| H A D | Stmt.cpp | 396 CompoundStmt *New = new (Mem) CompoundStmt(EmptyShell()); in CreateEmpty() 437 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs); in CreateEmpty() 976 return new (Mem) IfStmt(EmptyShell(), HasElse, HasVar, HasInit); in CreateEmpty() 1094 return new (Mem) SwitchStmt(EmptyShell(), HasInit, HasVar); in CreateEmpty() 1135 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt() 1155 return new (Mem) WhileStmt(EmptyShell(), HasVar); in CreateEmpty() 1196 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) in ReturnStmt() 1213 return new (Mem) ReturnStmt(EmptyShell(), HasNRVOCandidate); in CreateEmpty() 1234 return new (Mem) CaseStmt(EmptyShell(), CaseStmtIsGNURange); in CreateEmpty() 1343 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt() [all …]
|
| H A 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
|
| H A D | Expr.cpp | 344 return new (Mem) ConstantExpr(EmptyShell(), StorageKind); in CreateEmpty() 506 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty() 906 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() 931 EmptyShell Empty) { in Create() 1007 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() 1383 bool HasFPFeatures, EmptyShell Empty) in CallExpr() 1700 return new (Mem) MemberExpr(EmptyShell()); in CreateEmpty() 4499 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty() 4541 return new (Mem) BinaryOperator(EmptyShell()); in CreateEmpty() 4625 EmptyShell sh, in Create() [all …]
|
| H A 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()
|
| H A D | DeclFriend.cpp | 69 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists); in CreateDeserialized()
|
| H A D | StmtObjC.cpp | 61 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally); in CreateEmpty()
|
| H A D | DeclCXX.cpp | 61 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized() 2999 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty) in UsingShadowDecl() 3005 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized() 3028 return new (C, ID) ConstructorUsingShadowDecl(C, EmptyShell()); in CreateDeserialized()
|
| H A D | DeclTemplate.cpp | 1113 return new (C, ID) FriendTemplateDecl(EmptyShell()); in CreateDeserialized()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2510 EmptyShell); 4287 EmptyShell); 4354 EmptyShell); 4637 EmptyShell); 5034 EmptyShell); 5115 EmptyShell); 5249 EmptyShell); 5332 EmptyShell); 5417 EmptyShell); 5484 EmptyShell); [all …]
|
| H A D | ExprCXX.h | 298 CXXRewrittenBinaryOperator(EmptyShell Empty) in CXXRewrittenBinaryOperator() 572 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr() 794 CXXStdInitializerListExpr(EmptyShell Empty) in CXXStdInitializerListExpr() 859 CXXTypeidExpr(EmptyShell Empty, bool isExpr) in CXXTypeidExpr() 1078 CXXUuidofExpr(EmptyShell Empty, bool isExpr) in CXXUuidofExpr() 1424 CXXBindTemporaryExpr(EmptyShell Empty) in CXXBindTemporaryExpr() 4491 MaterializeTemporaryExpr(EmptyShell Empty) in MaterializeTemporaryExpr() 4808 CoawaitExpr(EmptyShell Empty) in CoawaitExpr() 4841 DependentCoawaitExpr(EmptyShell Empty) in DependentCoawaitExpr() 4883 CoyieldExpr(EmptyShell Empty) in CoyieldExpr() [all …]
|
| H A D | StmtObjC.h | 31 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() 90 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt() 136 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt() 194 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt() 316 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt() 366 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt() 401 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
|
| H A D | Expr.h | 1014 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr() 1153 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr() 1498 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() 1727 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral() 2124 explicit ParenExpr(EmptyShell Empty) in ParenExpr() 2465 : Expr(OffsetOfExprClass, EmptyShell()), in OffsetOfExpr() 3209 MemberExpr(EmptyShell Empty) in MemberExpr() 4316 explicit AddrLabelExpr(EmptyShell Empty) in AddrLabelExpr() 4646 explicit VAArgExpr(EmptyShell Empty) in VAArgExpr() 4818 explicit InitListExpr(EmptyShell Empty) in InitListExpr() [all …]
|
| H A D | ExprObjC.h | 62 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral() 98 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr() 141 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr() 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() 868 explicit ObjCSubscriptRefExpr(EmptyShell Empty) in ObjCSubscriptRefExpr() 987 ObjCMessageExpr(EmptyShell Empty, unsigned NumArgs) in ObjCMessageExpr() 1646 explicit ObjCBridgedCastExpr(EmptyShell Shell) in ObjCBridgedCastExpr() [all …]
|
| H A 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() 367 static CoroutineBodyStmt *Create(const ASTContext &C, EmptyShell, 476 CoreturnStmt(EmptyShell) : CoreturnStmt({}, {}, {}) {} in CoreturnStmt() argument
|
| H A D | Stmt.h | 1105 struct EmptyShell {}; in alignas() struct 1147 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {} in alignas() 1571 SwitchCase(StmtClass SC, EmptyShell) : Stmt(SC) {} in SwitchCase() argument 1651 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt() 1763 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt() 1894 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt() 2411 explicit WhileStmt(EmptyShell Empty, bool HasVar); 2526 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) {} in DoStmt() 2688 explicit IndirectGotoStmt(EmptyShell Empty) in IndirectGotoStmt() 2814 explicit ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate); [all …]
|
| H A D | ExprConcepts.h | 72 ConceptSpecializationExpr(EmptyShell Empty, unsigned NumTemplateArgs); 92 Create(ASTContext &C, EmptyShell Empty, unsigned NumTemplateArgs); 501 RequiresExpr(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters, 511 Create(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters,
|
| H A 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()
|
| H A D | DeclFriend.h | 93 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl()
|
| H A D | DeclCXX.h | 96 AccessSpecDecl(EmptyShell Empty) : Decl(AccessSpec, Empty) {} in AccessSpecDecl() 3150 LifetimeExtendedTemporaryDecl(EmptyShell) in LifetimeExtendedTemporaryDecl() argument 3151 : Decl(Decl::LifetimeExtendedTemporary, EmptyShell{}) {} in LifetimeExtendedTemporaryDecl() 3161 return new (C, ID) LifetimeExtendedTemporaryDecl(EmptyShell{}); in CreateDeserialized() 3250 UsingShadowDecl(Kind K, ASTContext &C, EmptyShell); 3536 ConstructorUsingShadowDecl(ASTContext &C, EmptyShell Empty) in ConstructorUsingShadowDecl()
|
| H A D | DeclBase.h | 99 struct EmptyShell {}; struct 392 Decl(Kind DK, EmptyShell Empty) in Decl()
|
| H A D | DeclTemplate.h | 2495 FriendTemplateDecl(EmptyShell Empty) : Decl(Decl::FriendTemplate, Empty) {} 2640 ClassScopeFunctionSpecializationDecl(EmptyShell Empty)
|
| H A D | Decl.h | 4549 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} in ImportDecl()
|