Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp275 EmptyShell) { in CreateEmpty() argument
294 EmptyShell) { in CreateEmpty() argument
330 EmptyShell) { in CreateEmpty() argument
401 EmptyShell) { in CreateEmpty() argument
488 EmptyShell) { in CreateEmpty() argument
508 EmptyShell) { in CreateEmpty() argument
527 EmptyShell) { in CreateEmpty() argument
544 EmptyShell) { in CreateEmpty() argument
559 EmptyShell) { in CreateEmpty() argument
575 EmptyShell) { in CreateEmpty() argument
[all …]
H A DExprCXX.cpp235 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr()
275 CXXNewExpr(EmptyShell(), IsArray, NumPlacementArgs, IsParenTypeId); in CreateEmpty()
364 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr()
411 UnresolvedLookupExpr(EmptyShell(), NumResults, HasTemplateKWAndArgsInfo); in CreateEmpty()
452 OverloadExpr::OverloadExpr(StmtClass SC, EmptyShell Empty, unsigned NumResults, in OverloadExpr()
554 EmptyShell Empty) in CXXOperatorCallExpr()
577 EmptyShell Empty) { in CreateEmpty()
619 EmptyShell Empty) in CXXMemberCallExpr()
642 EmptyShell Empty) { in CreateEmpty()
732 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
[all …]
H A DExprConcepts.cpp58 ConceptSpecializationExpr::ConceptSpecializationExpr(EmptyShell Empty) in ConceptSpecializationExpr()
169 RequiresExpr::RequiresExpr(ASTContext &C, EmptyShell Empty, in RequiresExpr()
190 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()
949 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
977 return new (Mem) IfStmt(EmptyShell(), HasElse, HasVar, HasInit); in CreateEmpty()
1072 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt()
1095 return new (Mem) SwitchStmt(EmptyShell(), HasInit, HasVar); in CreateEmpty()
1136 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt()
1156 return new (Mem) WhileStmt(EmptyShell(), HasVar); in CreateEmpty()
1197 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) in ReturnStmt()
1214 return new (Mem) ReturnStmt(EmptyShell(), HasNRVOCandidate); in CreateEmpty()
[all …]
H A DStmtCXX.cpp32 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create()
95 CoroutineBodyStmt *CoroutineBodyStmt::Create(const ASTContext &C, EmptyShell, in Create() argument
H A DExpr.cpp411 ConstantExpr::ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind) in ConstantExpr()
427 return new (Mem) ConstantExpr(EmptyShell(), StorageKind); in CreateEmpty()
589 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty()
621 SYCLUniqueStableNameExpr::SYCLUniqueStableNameExpr(EmptyShell Empty, in SYCLUniqueStableNameExpr()
637 return new (Ctx) SYCLUniqueStableNameExpr(EmptyShell(), ResultTy); in CreateEmpty()
679 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
697 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty()
989 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
1014 EmptyShell Empty) { in Create()
1077 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) in FloatingLiteral()
[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.cpp1065 EmptyShell Empty, unsigned NumTemplateArgs) in ImplicitConceptSpecializationDecl()
1081 ImplicitConceptSpecializationDecl(EmptyShell{}, NumTemplateArgs); in CreateDeserialized()
1170 return new (C, ID) FriendTemplateDecl(EmptyShell()); in CreateDeserialized()
H A DDeclCXX.cpp61 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized()
3034 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty) in UsingShadowDecl()
3040 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized()
3063 return new (C, ID) ConstructorUsingShadowDecl(C, EmptyShell()); in CreateDeserialized()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h663 unsigned NumClauses, EmptyShell);
1617 unsigned CollapsedNum, EmptyShell);
1695 unsigned CollapsedNum, EmptyShell);
1770 unsigned CollapsedNum, EmptyShell);
1839 unsigned NumClauses, EmptyShell);
1904 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1963 unsigned NumClauses, EmptyShell);
2011 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
2075 unsigned NumClauses, EmptyShell);
2162 EmptyShell);
[all …]
H A DExprCXX.h97 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 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.h131 explicit Expr(StmtClass SC, EmptyShell) : ValueStmt(SC) { } in Expr() argument
1025 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr()
1084 ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind);
1164 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr()
1274 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr()
1509 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral()
1525 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty);
1553 explicit FixedPointLiteral(EmptyShell Empty) in FixedPointLiteral()
1567 static FixedPointLiteral *Create(const ASTContext &C, EmptyShell Empty);
1619 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral()
[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()
200 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
333 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements, in ObjCDictionaryLiteral()
421 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){} in ObjCEncodeExpr()
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()
[all …]
H A DStmtCXX.h40 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 DStmt.h1117 struct EmptyShell {}; struct
1159 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {} in Stmt() argument
1320 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) {} in DeclStmt()
1392 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} in NullStmt()
1432 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt()
1583 SwitchCase(StmtClass SC, EmptyShell) : Stmt(SC) {} in SwitchCase() argument
1663 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt()
1775 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt()
1856 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {} in LabelStmt()
1906 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
[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.h72 ConceptSpecializationExpr(EmptyShell Empty);
508 RequiresExpr(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters,
518 Create(ASTContext &C, EmptyShell Empty, unsigned NumLocalParameters,
H A DDeclFriend.h92 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl()
H A DDeclCXX.h96 AccessSpecDecl(EmptyShell Empty) : Decl(AccessSpec, Empty) {} in AccessSpecDecl()
3164 LifetimeExtendedTemporaryDecl(EmptyShell) in LifetimeExtendedTemporaryDecl() argument
3165 : Decl(Decl::LifetimeExtendedTemporary, EmptyShell{}) {} in LifetimeExtendedTemporaryDecl()
3175 return new (C, ID) LifetimeExtendedTemporaryDecl(EmptyShell{}); in CreateDeserialized()
3264 UsingShadowDecl(Kind K, ASTContext &C, EmptyShell);
3550 ConstructorUsingShadowDecl(ASTContext &C, EmptyShell Empty) in ConstructorUsingShadowDecl()
H A DDeclBase.h99 struct EmptyShell {}; struct
392 Decl(Kind DK, EmptyShell Empty) in Decl()
H A DDeclTemplate.h2492 FriendTemplateDecl(EmptyShell Empty) : Decl(Decl::FriendTemplate, Empty) {}
2637 ClassScopeFunctionSpecializationDecl(EmptyShell Empty)
3330 ImplicitConceptSpecializationDecl(EmptyShell Empty, unsigned NumTemplateArgs);
H A DDecl.h4662 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} in ImportDecl()

12