Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h258 unsigned NumClauses, EmptyShell);
685 unsigned CollapsedNum, EmptyShell);
749 unsigned CollapsedNum, EmptyShell);
814 unsigned CollapsedNum, EmptyShell);
872 unsigned NumClauses, EmptyShell);
919 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
976 unsigned NumClauses, EmptyShell);
1023 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1082 static OMPCriticalDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1152 EmptyShell);
[all …]
HDExprCXX.h74 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : in CXXOperatorCallExpr()
130 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) in CXXMemberCallExpr()
167 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) in CUDAKernelCallExpr()
202 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr()
246 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr()
277 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr()
315 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr()
347 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr()
382 explicit UserDefinedLiteral(const ASTContext &C, EmptyShell Empty) in UserDefinedLiteral()
443 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr()
[all …]
HDStmtObjC.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()
HDStmt.h338 struct EmptyShell { }; in LLVM_ALIGNAS() struct
346 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {} in LLVM_ALIGNAS()
459 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt()
532 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), in NullStmt()
572 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt()
663 SwitchCase(StmtClass SC, EmptyShell) in SwitchCase() argument
708 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt()
760 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt()
806 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt()
846 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
[all …]
HDExpr.h122 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { } in Expr() argument
842 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr()
950 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr()
1198 explicit PredefinedExpr(EmptyShell Empty) in PredefinedExpr()
1282 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral()
1298 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty);
1339 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral()
1370 explicit FloatingLiteral(const ASTContext &C, EmptyShell Empty);
1375 static FloatingLiteral *Create(const ASTContext &C, EmptyShell Empty);
1439 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral()
[all …]
HDExprObjC.h37 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral()
68 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr()
103 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr()
151 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
274 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
369 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){}
405 explicit ObjCSelectorExpr(EmptyShell Empty)
447 explicit ObjCProtocolExpr(EmptyShell Empty)
497 explicit ObjCIvarRefExpr(EmptyShell Empty)
622 explicit ObjCPropertyRefExpr(EmptyShell Empty)
[all …]
HDStmtCXX.h41 CXXCatchStmt(EmptyShell Empty) in CXXCatchStmt()
71 CXXTryStmt(EmptyShell Empty, unsigned numHandlers) in CXXTryStmt()
85 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty,
140 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
HDDeclFriend.h89 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl()
HDDeclBase.h89 struct EmptyShell { }; struct
332 Decl(Kind DK, EmptyShell Empty) in Decl()
HDDeclTemplate.h2127 FriendTemplateDecl(EmptyShell Empty)
2283 ClassScopeFunctionSpecializationDecl(EmptyShell Empty)
HDDeclCXX.h111 AccessSpecDecl(EmptyShell Empty) in AccessSpecDecl()
HDDecl.h3727 ImportDecl(EmptyShell Empty) : Decl(Import, Empty), NextLocalImport() { } in ImportDecl()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp325 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs); in CreateEmpty()
813 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally); in CreateEmpty()
833 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create()
1109 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt()
1153 return new (Mem) CapturedStmt(EmptyShell(), NumCaptures); in CreateDeserialized()
1645 EmptyShell) { in CreateEmpty() argument
1684 EmptyShell) { in CreateEmpty() argument
1731 EmptyShell) { in CreateEmpty() argument
1778 EmptyShell) { in CreateEmpty() argument
1803 EmptyShell) { in CreateEmpty() argument
[all …]
HDExprCXX.cpp315 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell()); in CreateEmpty()
603 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize); in CreateEmpty()
628 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize); in CreateEmpty()
685 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty()
698 return new (C) CXXConstCastExpr(EmptyShell()); in CreateEmpty()
719 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize); in CreateEmpty()
1027 return new (Mem) LambdaExpr(EmptyShell(), NumCaptures, NumArrayIndexVars > 0); in CreateDeserialized()
1133 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups()
1139 EmptyShell empty, in Create()
1184 Stmt::EmptyShell Empty; in CreateEmpty()
[all …]
HDDeclFriend.cpp59 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists); in CreateDeserialized()
HDExpr.cpp427 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty()
732 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
745 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) in FloatingLiteral()
758 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
1149 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, EmptyShell Empty) in CallExpr()
1153 EmptyShell Empty) in CallExpr()
1754 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize); in CreateEmpty()
1776 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize); in CreateEmpty()
3672 return new (Mem) ObjCMessageExpr(EmptyShell(), NumArgs); in CreateEmpty()
4090 EmptyShell sh, in Create()
[all …]
HDDeclTemplate.cpp913 return new (C, ID) FriendTemplateDecl(EmptyShell()); in CreateDeserialized()
HDDeclCXX.cpp34 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized()
HDDecl.cpp4079 ImportDecl(EmptyShell()); in CreateDeserialized()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp2318 Stmt::EmptyShell Empty; in ReadStmtFromStream()