Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h1612 EmptyShell);
1823 EmptyShell);
2388 EmptyShell);
3233 EmptyShell);
3435 EmptyShell);
3643 EmptyShell);
3719 EmptyShell);
3848 EmptyShell);
3928 EmptyShell);
4004 EmptyShell);
[all …]
H A DExprCXX.h453 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr()
571 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr()
627 CXXStdInitializerListExpr(EmptyShell Empty) in CXXStdInitializerListExpr()
697 CXXTypeidExpr(EmptyShell Empty, bool isExpr) in CXXTypeidExpr()
908 CXXUuidofExpr(EmptyShell Empty, bool isExpr) in CXXUuidofExpr()
1230 CXXBindTemporaryExpr(EmptyShell Empty) in CXXBindTemporaryExpr()
2547 explicit ArrayTypeTraitExpr(EmptyShell Empty) in ArrayTypeTraitExpr()
4187 MaterializeTemporaryExpr(EmptyShell Empty) in MaterializeTemporaryExpr()
4437 CoawaitExpr(EmptyShell Empty) in CoawaitExpr()
4477 DependentCoawaitExpr(EmptyShell Empty) in DependentCoawaitExpr()
[all …]
H A DStmtObjC.h32 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt()
87 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt()
129 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt()
179 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
276 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt()
322 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt()
353 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
H A DExpr.h887 FullExpr(StmtClass SC, EmptyShell Empty) in FullExpr()
915 explicit ConstantExpr(EmptyShell Empty) in ConstantExpr()
971 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr()
1312 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral()
1857 explicit ParenExpr(EmptyShell Empty) in ParenExpr()
2138 : Expr(OffsetOfExprClass, EmptyShell()), in OffsetOfExpr()
2456 EmptyShell Empty);
3773 explicit AddrLabelExpr(EmptyShell Empty) in AddrLabelExpr()
4111 explicit VAArgExpr(EmptyShell Empty) in VAArgExpr()
4217 explicit InitListExpr(EmptyShell Empty) in InitListExpr()
[all …]
H A DExprObjC.h60 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral()
91 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr()
132 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr()
439 explicit ObjCSelectorExpr(EmptyShell Empty)
487 explicit ObjCProtocolExpr(EmptyShell Empty)
540 explicit ObjCIvarRefExpr(EmptyShell Empty)
664 explicit ObjCPropertyRefExpr(EmptyShell Empty)
836 explicit ObjCSubscriptRefExpr(EmptyShell Empty)
951 ObjCMessageExpr(EmptyShell Empty, unsigned NumArgs)
1596 explicit ObjCBridgedCastExpr(EmptyShell Shell)
[all …]
H A DStmt.h976 struct EmptyShell {}; in alignas() struct
1017 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {} in alignas()
1366 SwitchCase(StmtClass SC, EmptyShell) : Stmt(SC) {} in SwitchCase() argument
1446 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange) in CaseStmt()
1552 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt()
1649 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
2098 explicit WhileStmt(EmptyShell Empty, bool HasVar);
2201 explicit DoStmt(EmptyShell Empty) : Stmt(DoStmtClass, Empty) {} in DoStmt()
2351 explicit IndirectGotoStmt(EmptyShell Empty) in IndirectGotoStmt()
2465 explicit ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate);
[all …]
H A DStmtCXX.h41 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt()
76 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt()
86 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty,
143 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
354 static CoroutineBodyStmt *Create(const ASTContext &C, EmptyShell,
453 CoreturnStmt(EmptyShell) : CoreturnStmt({}, {}, {}) {} in CoreturnStmt() argument
H A DExprOpenMP.h76 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr()
H A DDeclFriend.h94 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl()
H A DDeclBase.h103 struct EmptyShell {}; struct
378 Decl(Kind DK, EmptyShell Empty) in Decl()
H A DDeclCXX.h142 AccessSpecDecl(EmptyShell Empty) : Decl(AccessSpec, Empty) {}
3168 UsingShadowDecl(Kind K, ASTContext &C, EmptyShell);
3277 ConstructorUsingShadowDecl(ASTContext &C, EmptyShell Empty)
H A DDeclTemplate.h2278 FriendTemplateDecl(EmptyShell Empty) : Decl(Decl::FriendTemplate, Empty) {}
2424 ClassScopeFunctionSpecializationDecl(EmptyShell Empty)
H A DDecl.h4174 ImportDecl(EmptyShell Empty) : Decl(Import, Empty) {} in ImportDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp114 EmptyShell) { in CreateEmpty() argument
163 EmptyShell) { in CreateEmpty() argument
475 EmptyShell) { in CreateEmpty() argument
811 EmptyShell) { in CreateEmpty() argument
833 EmptyShell) { in CreateEmpty() argument
1027 EmptyShell) { in CreateEmpty() argument
1092 EmptyShell) { in CreateEmpty() argument
1264 EmptyShell) { in CreateEmpty() argument
1405 EmptyShell) { in CreateEmpty() argument
1570 EmptyShell) { in CreateEmpty() argument
[all …]
H A DExprCXX.cpp170 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr()
319 UnresolvedLookupExpr::UnresolvedLookupExpr(EmptyShell Empty, in UnresolvedLookupExpr()
710 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize); in CreateEmpty()
735 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize); in CreateEmpty()
805 return new (C) CXXConstCastExpr(EmptyShell()); in CreateEmpty()
946 CXXTemporaryObjectExpr::CXXTemporaryObjectExpr(EmptyShell Empty, in CXXTemporaryObjectExpr()
1150 return new (Mem) LambdaExpr(EmptyShell(), NumCaptures); in CreateDeserialized()
1251 EmptyShell empty, in Create()
1341 EmptyShell Empty, bool HasTemplateKWAndArgsInfo, in CXXDependentScopeMemberExpr()
1429 UnresolvedMemberExpr::UnresolvedMemberExpr(EmptyShell Empty, in UnresolvedMemberExpr()
[all …]
H A DStmt.cpp343 CompoundStmt *New = new (Mem) CompoundStmt(EmptyShell()); in CreateEmpty()
366 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs); in CreateEmpty()
861 return new (Mem) IfStmt(EmptyShell(), HasElse, HasVar, HasInit); in CreateEmpty()
962 return new (Mem) SwitchStmt(EmptyShell(), HasInit, HasVar); in CreateEmpty()
1000 WhileStmt::WhileStmt(EmptyShell Empty, bool HasVar) in WhileStmt()
1018 return new (Mem) WhileStmt(EmptyShell(), HasVar); in CreateEmpty()
1059 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) in ReturnStmt()
1076 return new (Mem) ReturnStmt(EmptyShell(), HasNRVOCandidate); in CreateEmpty()
1097 return new (Mem) CaseStmt(EmptyShell(), CaseStmtIsGNURange); in CreateEmpty()
1213 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 DExprObjC.cpp56 return new (Mem) ObjCArrayLiteral(EmptyShell(), NumElements); in CreateEmpty()
110 ObjCDictionaryLiteral(EmptyShell(), NumElements, HasPackExpansions); in CreateEmpty()
268 return new (Mem) ObjCMessageExpr(EmptyShell(), NumArgs); in CreateEmpty()
H A DDeclFriend.cpp70 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists); in CreateDeserialized()
H A DStmtObjC.cpp64 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally); in CreateEmpty()
H A DExpr.cpp462 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty()
510 return new (Mem) PredefinedExpr(EmptyShell(), HasFunctionName); in CreateEmpty()
798 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
854 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
1272 EmptyShell Empty) in CallExpr()
1306 EmptyShell Empty) { in CreateEmpty()
1861 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize); in CreateEmpty()
1883 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize); in CreateEmpty()
4046 ParenListExpr::ParenListExpr(EmptyShell Empty, unsigned NumExprs) in ParenListExpr()
4064 return new (Mem) ParenListExpr(EmptyShell(), NumExprs); in CreateEmpty()
[all …]
H A DDeclCXX.cpp60 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized()
2673 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty) in UsingShadowDecl()
2679 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized()
2702 return new (C, ID) ConstructorUsingShadowDecl(C, EmptyShell()); in CreateDeserialized()
H A DDeclTemplate.cpp899 return new (C, ID) FriendTemplateDecl(EmptyShell()); in CreateDeserialized()
H A DDecl.cpp4676 ImportDecl(EmptyShell()); in CreateDeserialized()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2318 Stmt::EmptyShell Empty; in ReadStmtFromStream()