| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 305 EmptyShell) { in CreateEmpty() argument 350 EmptyShell) { in CreateEmpty() argument 661 EmptyShell) { in CreateEmpty() argument 934 EmptyShell) { in CreateEmpty() argument 948 EmptyShell) { in CreateEmpty() argument 1292 EmptyShell) { in CreateEmpty() argument 1351 EmptyShell) { in CreateEmpty() argument 1501 EmptyShell) { in CreateEmpty() argument 1625 EmptyShell) { in CreateEmpty() argument 1763 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() 1187 return new (Mem) LambdaExpr(EmptyShell(), NumCaptures); in CreateDeserialized() 1395 EmptyShell Empty, bool HasTemplateKWAndArgsInfo, in CXXDependentScopeMemberExpr() 1703 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 | 390 CompoundStmt *New = new (Mem) CompoundStmt(EmptyShell()); in CreateEmpty() 430 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs); in CreateEmpty() 970 return new (Mem) IfStmt(EmptyShell(), HasElse, HasVar, HasInit); in CreateEmpty() 1088 return new (Mem) SwitchStmt(EmptyShell(), HasInit, HasVar); in CreateEmpty() 1129 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt() 1149 return new (Mem) WhileStmt(EmptyShell(), HasVar); in CreateEmpty() 1190 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) in ReturnStmt() 1207 return new (Mem) ReturnStmt(EmptyShell(), HasNRVOCandidate); in CreateEmpty() 1228 return new (Mem) CaseStmt(EmptyShell(), CaseStmtIsGNURange); in CreateEmpty() 1337 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 | 326 return new (Mem) ConstantExpr(EmptyShell(), StorageKind); in CreateEmpty() 488 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty() 898 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() 923 EmptyShell Empty) { in Create() 1029 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() 1411 bool HasFPFeatures, EmptyShell Empty) in CallExpr() 1724 return new (Mem) MemberExpr(EmptyShell()); in CreateEmpty() 4473 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty() 4515 return new (Mem) BinaryOperator(EmptyShell()); in CreateEmpty() 4599 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 | 63 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally); in CreateEmpty()
|
| H A D | DeclCXX.cpp | 61 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized() 2981 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty) in UsingShadowDecl() 2987 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized() 3010 return new (C, ID) ConstructorUsingShadowDecl(C, EmptyShell()); in CreateDeserialized()
|
| H A D | DeclTemplate.cpp | 1093 return new (C, ID) FriendTemplateDecl(EmptyShell()); in CreateDeserialized()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2380 EmptyShell); 2977 EmptyShell); 3857 EmptyShell); 4140 EmptyShell); 4537 EmptyShell); 4618 EmptyShell); 4752 EmptyShell); 4835 EmptyShell); 4920 EmptyShell); 4987 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() 4474 MaterializeTemporaryExpr(EmptyShell Empty) in MaterializeTemporaryExpr() 4782 CoawaitExpr(EmptyShell Empty) in CoawaitExpr() 4820 DependentCoawaitExpr(EmptyShell Empty) in DependentCoawaitExpr() 4859 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() 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()
|
| H A D | Expr.h | 1001 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr() 1140 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr() 1485 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() 1714 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral() 2111 explicit ParenExpr(EmptyShell Empty) in ParenExpr() 2452 : Expr(OffsetOfExprClass, EmptyShell()), in OffsetOfExpr() 3200 MemberExpr(EmptyShell Empty) in MemberExpr() 4305 explicit AddrLabelExpr(EmptyShell Empty) in AddrLabelExpr() 4635 explicit VAArgExpr(EmptyShell Empty) in VAArgExpr() 4806 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() 369 static CoroutineBodyStmt *Create(const ASTContext &C, EmptyShell, 474 CoreturnStmt(EmptyShell) : CoreturnStmt({}, {}, {}) {} in CoreturnStmt() argument
|
| H A D | Stmt.h | 1102 struct EmptyShell {}; in alignas() struct 1144 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {} in alignas() 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() 1861 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt() 2350 explicit WhileStmt(EmptyShell Empty, bool HasVar); 2465 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) {} in DoStmt() 2627 explicit IndirectGotoStmt(EmptyShell Empty) in IndirectGotoStmt() 2753 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); 499 RequiresExpr(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters, 509 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 | 97 AccessSpecDecl(EmptyShell Empty) : Decl(AccessSpec, Empty) {} in AccessSpecDecl() 3116 LifetimeExtendedTemporaryDecl(EmptyShell) in LifetimeExtendedTemporaryDecl() argument 3117 : Decl(Decl::LifetimeExtendedTemporary, EmptyShell{}) {} in LifetimeExtendedTemporaryDecl() 3127 return new (C, ID) LifetimeExtendedTemporaryDecl(EmptyShell{}); in CreateDeserialized() 3216 UsingShadowDecl(Kind K, ASTContext &C, EmptyShell); 3502 ConstructorUsingShadowDecl(ASTContext &C, EmptyShell Empty) in ConstructorUsingShadowDecl()
|
| H A D | DeclBase.h | 105 struct EmptyShell {}; struct 390 Decl(Kind DK, EmptyShell Empty) in Decl()
|
| H A D | DeclTemplate.h | 2465 FriendTemplateDecl(EmptyShell Empty) : Decl(Decl::FriendTemplate, Empty) {} 2610 ClassScopeFunctionSpecializationDecl(EmptyShell Empty)
|
| H A D | Decl.h | 4460 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} in ImportDecl()
|