/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 275 EmptyShell) { in CreateEmpty() argument 294 EmptyShell) { in CreateEmpty() argument 330 EmptyShell) { in CreateEmpty() argument 403 EmptyShell) { in CreateEmpty() argument 528 EmptyShell) { in CreateEmpty() argument 548 EmptyShell) { in CreateEmpty() argument 567 EmptyShell) { in CreateEmpty() argument 584 EmptyShell) { in CreateEmpty() argument 601 EmptyShell) { in CreateEmpty() argument 616 EmptyShell) { in CreateEmpty() argument [all …]
|
H A D | ExprCXX.cpp | 284 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr() 323 CXXNewExpr(EmptyShell(), IsArray, NumPlacementArgs, IsParenTypeId); in CreateEmpty() 414 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr() 464 UnresolvedLookupExpr(EmptyShell(), NumResults, HasTemplateKWAndArgsInfo); in CreateEmpty() 505 OverloadExpr::OverloadExpr(StmtClass SC, EmptyShell Empty, unsigned NumResults, in OverloadExpr() 607 EmptyShell Empty) in CXXOperatorCallExpr() 630 EmptyShell Empty) { in CreateEmpty() 672 EmptyShell Empty) in CXXMemberCallExpr() 695 EmptyShell Empty) { in CreateEmpty() 785 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty() [all …]
|
H A D | Stmt.cpp | 398 CompoundStmt *New = new (Mem) CompoundStmt(EmptyShell()); in CreateEmpty() 439 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs); in CreateEmpty() 951 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt() 979 return new (Mem) IfStmt(EmptyShell(), HasElse, HasVar, HasInit); in CreateEmpty() 1074 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt() 1097 return new (Mem) SwitchStmt(EmptyShell(), HasInit, HasVar); in CreateEmpty() 1138 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt() 1158 return new (Mem) WhileStmt(EmptyShell(), HasVar); in CreateEmpty() 1199 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) in ReturnStmt() 1216 return new (Mem) ReturnStmt(EmptyShell(), HasNRVOCandidate); in CreateEmpty() [all …]
|
H A D | StmtCXX.cpp | 33 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create() 96 CoroutineBodyStmt *CoroutineBodyStmt::Create(const ASTContext &C, EmptyShell, in Create() argument
|
H A D | Expr.cpp | 358 ConstantExpr::ConstantExpr(EmptyShell Empty, in ConstantExpr() 375 return new (Mem) ConstantExpr(EmptyShell(), StorageKind); in CreateEmpty() 541 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty() 573 SYCLUniqueStableNameExpr::SYCLUniqueStableNameExpr(EmptyShell Empty, in SYCLUniqueStableNameExpr() 589 return new (Ctx) SYCLUniqueStableNameExpr(EmptyShell(), ResultTy); in CreateEmpty() 633 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr() 651 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty() 983 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() 1008 EmptyShell Empty) { in Create() 1071 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) in FloatingLiteral() [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 | DeclTemplate.cpp | 1100 EmptyShell Empty, unsigned NumTemplateArgs) in ImplicitConceptSpecializationDecl() 1116 ImplicitConceptSpecializationDecl(EmptyShell{}, NumTemplateArgs); in CreateDeserialized() 1203 return new (C, ID) FriendTemplateDecl(EmptyShell()); in CreateDeserialized()
|
H A D | DeclCXX.cpp | 62 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized() 3119 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty) in UsingShadowDecl() 3125 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized() 3148 return new (C, ID) ConstructorUsingShadowDecl(C, EmptyShell()); in CreateDeserialized()
|
H A D | Decl.cpp | 5718 ImportDecl(EmptyShell()); in CreateDeserialized()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 678 unsigned NumClauses, EmptyShell); 1634 unsigned CollapsedNum, EmptyShell); 1713 unsigned CollapsedNum, EmptyShell); 1788 unsigned CollapsedNum, EmptyShell); 1857 unsigned NumClauses, EmptyShell); 1922 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell); 1979 unsigned NumClauses, EmptyShell); 2032 unsigned NumClauses, EmptyShell); 2080 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell); 2144 unsigned NumClauses, EmptyShell); [all …]
|
H A 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 …]
|
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() 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()
|
H A D | Expr.h | 131 explicit Expr(StmtClass SC, EmptyShell) : ValueStmt(SC) { } in Expr() argument 1054 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr() 1111 ConstantExpr(EmptyShell Empty, ConstantResultStorageKind StorageKind); 1191 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr() 1301 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() 1503 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral() 1519 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty); 1547 explicit FixedPointLiteral(EmptyShell Empty) in FixedPointLiteral() 1561 static FixedPointLiteral *Create(const ASTContext &C, EmptyShell Empty); 1605 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral() [all …]
|
H A D | StmtCXX.h | 40 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 D | Stmt.h | 1298 struct EmptyShell {}; 1340 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {} 1506 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) {} 1578 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} 1618 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} 1776 SwitchCase(StmtClass SC, EmptyShell) : Stmt(SC) {} 1856 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) 1968 explicit DefaultStmt(EmptyShell Empty) 2049 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {} 2099 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) [all …]
|
H A D | ExprOpenMP.h | 38 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr() 202 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() 3257 LifetimeExtendedTemporaryDecl(EmptyShell) in LifetimeExtendedTemporaryDecl() argument 3258 : Decl(Decl::LifetimeExtendedTemporary, EmptyShell{}) {} in LifetimeExtendedTemporaryDecl() 3268 return new (C, ID) LifetimeExtendedTemporaryDecl(EmptyShell{}); in CreateDeserialized() 3357 UsingShadowDecl(Kind K, ASTContext &C, EmptyShell); 3644 ConstructorUsingShadowDecl(ASTContext &C, EmptyShell Empty) in ConstructorUsingShadowDecl()
|
H A D | DeclBase.h | 102 struct EmptyShell {}; struct 405 Decl(Kind DK, EmptyShell Empty) in Decl()
|
H A D | DeclTemplate.h | 2459 FriendTemplateDecl(EmptyShell Empty) : Decl(Decl::FriendTemplate, Empty) {} 3195 ImplicitConceptSpecializationDecl(EmptyShell Empty, unsigned NumTemplateArgs);
|
H A D | Decl.h | 4804 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} in ImportDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2883 Stmt::EmptyShell Empty; in ReadStmtFromStream()
|