Home
last modified time | relevance | path

Searched refs:EmptyShell (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2579 EmptyShell);
4356 EmptyShell);
4423 EmptyShell);
4707 EmptyShell);
5104 EmptyShell);
5185 EmptyShell);
5319 EmptyShell);
5402 EmptyShell);
5487 EmptyShell);
5554 EmptyShell);
[all …]
H A DExprCXX.h297 CXXRewrittenBinaryOperator(EmptyShell Empty) in CXXRewrittenBinaryOperator()
571 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr()
800 CXXStdInitializerListExpr(EmptyShell Empty) in CXXStdInitializerListExpr()
865 CXXTypeidExpr(EmptyShell Empty, bool isExpr) in CXXTypeidExpr()
1084 CXXUuidofExpr(EmptyShell Empty, bool isExpr) in CXXUuidofExpr()
1487 CXXBindTemporaryExpr(EmptyShell Empty) in CXXBindTemporaryExpr()
4592 MaterializeTemporaryExpr(EmptyShell Empty) in MaterializeTemporaryExpr()
5043 CoawaitExpr(EmptyShell Empty) in CoawaitExpr()
5076 DependentCoawaitExpr(EmptyShell Empty) in DependentCoawaitExpr()
5118 CoyieldExpr(EmptyShell Empty) in CoyieldExpr()
[all …]
H A DStmtObjC.h31 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 DExpr.h1037 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr()
1174 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr()
1486 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral()
1709 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral()
2118 explicit ParenExpr(EmptyShell Empty) in ParenExpr()
2460 : Expr(OffsetOfExprClass, EmptyShell()), in OffsetOfExpr()
3200 MemberExpr(EmptyShell Empty) in MemberExpr()
4321 explicit AddrLabelExpr(EmptyShell Empty) in AddrLabelExpr()
4651 explicit VAArgExpr(EmptyShell Empty) in VAArgExpr()
4845 explicit InitListExpr(EmptyShell Empty) in InitListExpr()
[all …]
H A DExprObjC.h61 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral()
97 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr()
140 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr()
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()
871 explicit ObjCSubscriptRefExpr(EmptyShell Empty) in ObjCSubscriptRefExpr()
1012 ObjCMessageExpr(EmptyShell Empty, unsigned NumArgs) in ObjCMessageExpr()
1656 explicit ObjCBridgedCastExpr(EmptyShell Shell) in ObjCBridgedCastExpr()
[all …]
H A DStmtCXX.h40 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt()
80 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt()
90 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty,
151 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
370 static CoroutineBodyStmt *Create(const ASTContext &C, EmptyShell,
491 CoreturnStmt(EmptyShell) : CoreturnStmt({}, {}, {}) {} in CoreturnStmt() argument
H A DStmt.h1296 struct EmptyShell {}; in alignas() struct
1338 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {} in alignas()
1769 SwitchCase(StmtClass SC, EmptyShell) : Stmt(SC) {} in SwitchCase() argument
1849 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt()
1961 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt()
2092 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
2619 explicit WhileStmt(EmptyShell Empty, bool HasVar);
2739 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) {} in DoStmt()
2911 explicit IndirectGotoStmt(EmptyShell Empty) in IndirectGotoStmt()
3037 explicit ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate);
[all …]
H A DExprOpenMP.h79 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 DExprConcepts.h67 ConceptSpecializationExpr(EmptyShell Empty);
535 RequiresExpr(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters,
547 Create(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters,
H A DDeclFriend.h93 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl()
H A DDeclCXX.h96 AccessSpecDecl(EmptyShell Empty) : Decl(AccessSpec, Empty) {} in AccessSpecDecl()
3243 LifetimeExtendedTemporaryDecl(EmptyShell) in LifetimeExtendedTemporaryDecl() argument
3244 : Decl(Decl::LifetimeExtendedTemporary, EmptyShell{}) {} in LifetimeExtendedTemporaryDecl()
3254 return new (C, ID) LifetimeExtendedTemporaryDecl(EmptyShell{}); in CreateDeserialized()
3343 UsingShadowDecl(Kind K, ASTContext &C, EmptyShell);
3630 ConstructorUsingShadowDecl(ASTContext &C, EmptyShell Empty) in ConstructorUsingShadowDecl()
H A DDeclBase.h101 struct EmptyShell {}; struct
404 Decl(Kind DK, EmptyShell Empty) in Decl()
H A DDeclTemplate.h2467 FriendTemplateDecl(EmptyShell Empty) : Decl(Decl::FriendTemplate, Empty) {}
3230 ImplicitConceptSpecializationDecl(EmptyShell Empty, unsigned NumTemplateArgs);
H A DDecl.h4777 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} in ImportDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp275 EmptyShell) { in CreateEmpty() argument
330 EmptyShell) { in CreateEmpty() argument
403 EmptyShell) { in CreateEmpty() argument
750 EmptyShell) { in CreateEmpty() argument
1046 EmptyShell) { in CreateEmpty() argument
1060 EmptyShell) { in CreateEmpty() argument
1588 EmptyShell) { in CreateEmpty() argument
1921 EmptyShell) { in CreateEmpty() argument
2059 EmptyShell) { in CreateEmpty() argument
2227 EmptyShell) { in CreateEmpty() argument
[all …]
H A DExprCXX.cpp237 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr()
557 EmptyShell Empty) in CXXOperatorCallExpr()
622 EmptyShell Empty) in CXXMemberCallExpr()
836 return new (C) CXXConstCastExpr(EmptyShell()); in CreateEmpty()
849 return new (C) CXXAddrspaceCastExpr(EmptyShell()); in CreateEmpty()
896 EmptyShell Empty) in UserDefinedLiteral()
1268 return new (Mem) LambdaExpr(EmptyShell(), NumCaptures); in CreateDeserialized()
1475 EmptyShell Empty, bool HasTemplateKWAndArgsInfo, in CXXDependentScopeMemberExpr()
1526 return new (Ctx) CXXThisExpr(EmptyShell()); in CreateEmpty()
1805 return new (Mem) TypeTraitExpr(EmptyShell()); in CreateDeserialized()
[all …]
H A DExprConcepts.cpp56 ConceptSpecializationExpr::ConceptSpecializationExpr(EmptyShell Empty) in ConceptSpecializationExpr()
167 RequiresExpr::RequiresExpr(ASTContext &C, EmptyShell Empty, in RequiresExpr()
188 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create()
H A DStmt.cpp397 CompoundStmt *New = new (Mem) CompoundStmt(EmptyShell()); in CreateEmpty()
438 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs); in CreateEmpty()
978 return new (Mem) IfStmt(EmptyShell(), HasElse, HasVar, HasInit); in CreateEmpty()
1096 return new (Mem) SwitchStmt(EmptyShell(), HasInit, HasVar); in CreateEmpty()
1137 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt()
1157 return new (Mem) WhileStmt(EmptyShell(), HasVar); in CreateEmpty()
1198 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) in ReturnStmt()
1215 return new (Mem) ReturnStmt(EmptyShell(), HasNRVOCandidate); in CreateEmpty()
1236 return new (Mem) CaseStmt(EmptyShell(), CaseStmtIsGNURange); in CreateEmpty()
1345 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt()
[all …]
H A DStmtCXX.cpp33 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create()
96 CoroutineBodyStmt *CoroutineBodyStmt::Create(const ASTContext &C, EmptyShell, in Create() argument
H A DExpr.cpp348 ConstantExpr::ConstantExpr(EmptyShell Empty, in ConstantExpr()
365 return new (Mem) ConstantExpr(EmptyShell(), StorageKind); in CreateEmpty()
531 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty()
953 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
978 EmptyShell Empty) { in Create()
1452 bool HasFPFeatures, EmptyShell Empty) in CallExpr()
1765 return new (Mem) MemberExpr(EmptyShell()); in CreateEmpty()
4668 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty()
4710 return new (Mem) BinaryOperator(EmptyShell()); in CreateEmpty()
4794 EmptyShell sh, in Create()
[all …]
H A DExprObjC.cpp50 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 DDeclFriend.cpp69 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists); in CreateDeserialized()
H A DStmtObjC.cpp61 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally); in CreateEmpty()
H A DDeclTemplate.cpp1062 EmptyShell Empty, unsigned NumTemplateArgs) in ImplicitConceptSpecializationDecl()
1078 ImplicitConceptSpecializationDecl(EmptyShell{}, NumTemplateArgs); in CreateDeserialized()
1167 return new (C, ID) FriendTemplateDecl(EmptyShell()); in CreateDeserialized()
H A DDeclCXX.cpp61 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized()
3088 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty) in UsingShadowDecl()
3094 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized()
3117 return new (C, ID) ConstructorUsingShadowDecl(C, EmptyShell()); in CreateDeserialized()

12