Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h241 unsigned NumClauses, EmptyShell);
653 unsigned CollapsedNum, EmptyShell);
717 unsigned CollapsedNum, EmptyShell);
782 unsigned CollapsedNum, EmptyShell);
840 unsigned NumClauses, EmptyShell);
887 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
944 unsigned NumClauses, EmptyShell);
991 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1050 static OMPCriticalDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1120 EmptyShell);
[all …]
H A DStmtObjC.h32 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt()
87 explicit ObjCAtCatchStmt(EmptyShell Empty) : in ObjCAtCatchStmt()
128 explicit ObjCAtFinallyStmt(EmptyShell Empty) : in ObjCAtFinallyStmt()
178 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, in ObjCAtTryStmt()
275 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) : in ObjCAtSynchronizedStmt()
320 explicit ObjCAtThrowStmt(EmptyShell Empty) : in ObjCAtThrowStmt()
352 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) : in ObjCAutoreleasePoolStmt()
H A DExprCXX.h74 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : in CXXOperatorCallExpr()
123 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) in CXXMemberCallExpr()
160 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) in CUDAKernelCallExpr()
195 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr()
239 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr()
270 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr()
308 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr()
340 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr()
375 explicit UserDefinedLiteral(const ASTContext &C, EmptyShell Empty) in UserDefinedLiteral()
436 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr()
[all …]
H A DStmt.h336 struct EmptyShell { }; struct
344 explicit Stmt(StmtClass SC, EmptyShell) { in Stmt() argument
457 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt()
530 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), in NullStmt()
570 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt()
657 SwitchCase(StmtClass SC, EmptyShell) in SwitchCase() argument
702 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt()
754 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt()
796 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt()
836 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
[all …]
H A DStmtCXX.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()
H A DExpr.h122 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { } in Expr() argument
840 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr()
948 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr()
1196 explicit PredefinedExpr(EmptyShell Empty) in PredefinedExpr()
1280 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral()
1296 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty);
1337 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral()
1368 explicit FloatingLiteral(const ASTContext &C, EmptyShell Empty);
1373 static FloatingLiteral *Create(const ASTContext &C, EmptyShell Empty);
1437 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral()
[all …]
H A DExprObjC.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 …]
H A DDeclFriend.h89 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl()
H A DDeclBase.h88 struct EmptyShell { }; struct
326 Decl(Kind DK, EmptyShell Empty) in Decl()
H A DDeclTemplate.h2041 FriendTemplateDecl(EmptyShell Empty)
2197 ClassScopeFunctionSpecializationDecl(EmptyShell Empty)
H A DDeclCXX.h111 AccessSpecDecl(EmptyShell Empty) in AccessSpecDecl()
H A DDecl.h3628 ImportDecl(EmptyShell Empty) : Decl(Import, Empty), NextLocalImport() { } in ImportDecl()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp319 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs); in CreateEmpty()
805 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally); in CreateEmpty()
825 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create()
1102 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt()
1146 return new (Mem) CapturedStmt(EmptyShell(), NumCaptures); in CreateDeserialized()
1478 EmptyShell) { in CreateEmpty() argument
1516 EmptyShell) { in CreateEmpty() argument
1562 EmptyShell) { in CreateEmpty() argument
1608 EmptyShell) { in CreateEmpty() argument
1633 EmptyShell) { in CreateEmpty() argument
[all …]
H A DExprCXX.cpp317 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell()); in CreateEmpty()
607 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize); in CreateEmpty()
632 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize); in CreateEmpty()
689 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty()
702 return new (C) CXXConstCastExpr(EmptyShell()); in CreateEmpty()
723 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize); in CreateEmpty()
1031 return new (Mem) LambdaExpr(EmptyShell(), NumCaptures, NumArrayIndexVars > 0); in CreateDeserialized()
1132 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups()
1138 EmptyShell empty, in Create()
1183 Stmt::EmptyShell Empty; in CreateEmpty()
[all …]
H A DDeclFriend.cpp59 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists); in CreateDeserialized()
H A DExpr.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()
1172 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, EmptyShell Empty) in CallExpr()
1180 EmptyShell Empty) in CallExpr()
1742 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize); in CreateEmpty()
1764 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize); in CreateEmpty()
3614 return new (Mem) ObjCMessageExpr(EmptyShell(), NumArgs); in CreateEmpty()
4003 EmptyShell sh, in Create()
[all …]
H A DDeclTemplate.cpp876 return new (C, ID) FriendTemplateDecl(EmptyShell()); in CreateDeserialized()
H A DDeclCXX.cpp34 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized()
H A DDecl.cpp4002 ImportDecl(EmptyShell()); in CreateDeserialized()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2203 Stmt::EmptyShell Empty; in ReadStmtFromStream()