Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp250 EmptyShell) { in CreateEmpty() argument
286 EmptyShell) { in CreateEmpty() argument
331 EmptyShell) { in CreateEmpty() argument
396 EmptyShell) { in CreateEmpty() argument
416 EmptyShell) { in CreateEmpty() argument
435 EmptyShell) { in CreateEmpty() argument
452 EmptyShell) { in CreateEmpty() argument
467 EmptyShell) { in CreateEmpty() argument
483 EmptyShell) { in CreateEmpty() argument
527 unsigned CollapsedNum, EmptyShell) { in CreateEmpty() argument
[all …]
H A DExprCXX.cpp234 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr()
274 CXXNewExpr(EmptyShell(), IsArray, NumPlacementArgs, IsParenTypeId); in CreateEmpty()
362 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr()
409 UnresolvedLookupExpr(EmptyShell(), NumResults, HasTemplateKWAndArgsInfo); in CreateEmpty()
450 OverloadExpr::OverloadExpr(StmtClass SC, EmptyShell Empty, unsigned NumResults, in OverloadExpr()
552 EmptyShell Empty) in CXXOperatorCallExpr()
575 EmptyShell Empty) { in CreateEmpty()
617 EmptyShell Empty) in CXXMemberCallExpr()
640 EmptyShell Empty) { in CreateEmpty()
729 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize, HasFPFeatures); in CreateEmpty()
[all …]
H A DExprConcepts.cpp59 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 DStmt.cpp390 CompoundStmt *New = new (Mem) CompoundStmt(EmptyShell()); in CreateEmpty()
430 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs); in CreateEmpty()
936 IfStmt::IfStmt(EmptyShell Empty, bool HasElse, bool HasVar, bool HasInit) in IfStmt()
964 return new (Mem) IfStmt(EmptyShell(), HasElse, HasVar, HasInit); in CreateEmpty()
1059 SwitchStmt::SwitchStmt(EmptyShell Empty, bool HasInit, bool HasVar) in SwitchStmt()
1082 return new (Mem) SwitchStmt(EmptyShell(), HasInit, HasVar); in CreateEmpty()
1123 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt()
1143 return new (Mem) WhileStmt(EmptyShell(), HasVar); in CreateEmpty()
1184 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) in ReturnStmt()
1201 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.cpp310 ConstantExpr::ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind) in ConstantExpr()
326 return new (Mem) ConstantExpr(EmptyShell(), StorageKind); in CreateEmpty()
488 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty()
521 PredefinedExpr::PredefinedExpr(EmptyShell Empty, bool HasFunctionName) in PredefinedExpr()
539 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty()
832 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
857 EmptyShell Empty) { in Create()
950 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) in FloatingLiteral()
963 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
1050 StringLiteral::StringLiteral(EmptyShell Empty, unsigned NumConcatenated, in StringLiteral()
[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.cpp63 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally); in CreateEmpty()
H A DDeclCXX.cpp61 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized()
2995 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty) in UsingShadowDecl()
3001 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized()
3024 return new (C, ID) ConstructorUsingShadowDecl(C, EmptyShell()); in CreateDeserialized()
H A DDeclTemplate.cpp1092 return new (C, ID) FriendTemplateDecl(EmptyShell()); in CreateDeserialized()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h657 unsigned NumClauses, EmptyShell);
1516 unsigned CollapsedNum, EmptyShell);
1594 unsigned CollapsedNum, EmptyShell);
1669 unsigned CollapsedNum, EmptyShell);
1738 unsigned NumClauses, EmptyShell);
1803 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1862 unsigned NumClauses, EmptyShell);
1910 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1974 unsigned NumClauses, EmptyShell);
2061 EmptyShell);
[all …]
H A DExprCXX.h98 CXXOperatorCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty);
109 EmptyShell Empty);
185 CXXMemberCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty);
195 bool HasFPFeatures, EmptyShell Empty);
244 CUDAKernelCallExpr(unsigned NumArgs, bool HasFPFeatures, EmptyShell Empty);
256 EmptyShell Empty);
298 CXXRewrittenBinaryOperator(EmptyShell Empty) in CXXRewrittenBinaryOperator()
395 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr()
446 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize, in CXXStaticCastExpr()
488 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()
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 DExpr.h130 explicit Expr(StmtClass SC, EmptyShell) : ValueStmt(SC) { } in Expr() argument
1004 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr()
1063 ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind);
1143 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr()
1253 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr()
1488 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral()
1504 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty);
1532 explicit FixedPointLiteral(EmptyShell Empty) in FixedPointLiteral()
1546 static FixedPointLiteral *Create(const ASTContext &C, EmptyShell Empty);
1598 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral()
[all …]
H A DExprObjC.h62 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral()
98 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr()
141 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr()
201 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
334 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 DStmt.h1102 struct EmptyShell {}; struct
1144 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {} in Stmt() argument
1300 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) {} in DeclStmt()
1372 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} in NullStmt()
1407 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {} in CompoundStmt()
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()
1811 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {} in LabelStmt()
1861 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
[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()
369 static CoroutineBodyStmt *Create(const ASTContext &C, EmptyShell,
474 CoreturnStmt(EmptyShell) : CoreturnStmt({}, {}, {}) {} in CoreturnStmt() argument
H A DExprConcepts.h72 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 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 DDeclFriend.h93 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl()
H A DDeclCXX.h96 AccessSpecDecl(EmptyShell Empty) : Decl(AccessSpec, Empty) {} in AccessSpecDecl()
3114 LifetimeExtendedTemporaryDecl(EmptyShell) in LifetimeExtendedTemporaryDecl() argument
3115 : Decl(Decl::LifetimeExtendedTemporary, EmptyShell{}) {} in LifetimeExtendedTemporaryDecl()
3125 return new (C, ID) LifetimeExtendedTemporaryDecl(EmptyShell{}); in CreateDeserialized()
3207 UsingShadowDecl(Kind K, ASTContext &C, EmptyShell);
3316 ConstructorUsingShadowDecl(ASTContext &C, EmptyShell Empty) in ConstructorUsingShadowDecl()
H A DDeclBase.h105 struct EmptyShell {}; struct
390 Decl(Kind DK, EmptyShell Empty) in Decl()
H A DDeclTemplate.h2465 FriendTemplateDecl(EmptyShell Empty) : Decl(Decl::FriendTemplate, Empty) {}
2610 ClassScopeFunctionSpecializationDecl(EmptyShell Empty)
H A DDecl.h4434 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} in ImportDecl()

12