Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h263 unsigned NumClauses, EmptyShell);
678 unsigned CollapsedNum, EmptyShell);
742 unsigned CollapsedNum, EmptyShell);
807 unsigned CollapsedNum, EmptyShell);
865 unsigned NumClauses, EmptyShell);
912 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
969 unsigned NumClauses, EmptyShell);
1016 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1075 static OMPCriticalDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1145 EmptyShell);
[all …]
DExprCXX.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 …]
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()
DStmt.h333 struct EmptyShell { }; in LLVM_ALIGNAS() struct
341 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {} in LLVM_ALIGNAS()
454 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt()
527 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), in NullStmt()
567 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt()
658 SwitchCase(StmtClass SC, EmptyShell) in SwitchCase() argument
703 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt()
755 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt()
801 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt()
841 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
[all …]
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 …]
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 …]
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()
DDeclFriend.h89 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl()
DDeclBase.h89 struct EmptyShell { }; struct
327 Decl(Kind DK, EmptyShell Empty) in Decl()
DDeclTemplate.h2042 FriendTemplateDecl(EmptyShell Empty)
2198 ClassScopeFunctionSpecializationDecl(EmptyShell Empty)
DDeclCXX.h111 AccessSpecDecl(EmptyShell Empty) in AccessSpecDecl()
DDecl.h3681 ImportDecl(EmptyShell Empty) : Decl(Import, Empty), NextLocalImport() { } in ImportDecl()
/external/clang/lib/AST/
DStmt.cpp325 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs); in CreateEmpty()
811 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally); in CreateEmpty()
831 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create()
1107 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt()
1151 return new (Mem) CapturedStmt(EmptyShell(), NumCaptures); in CreateDeserialized()
1616 EmptyShell) { in CreateEmpty() argument
1654 EmptyShell) { in CreateEmpty() argument
1700 EmptyShell) { in CreateEmpty() argument
1746 EmptyShell) { in CreateEmpty() argument
1771 EmptyShell) { in CreateEmpty() argument
[all …]
DExprCXX.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()
1128 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups()
1134 EmptyShell empty, in Create()
1179 Stmt::EmptyShell Empty; in CreateEmpty()
[all …]
DDeclFriend.cpp59 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists); in CreateDeserialized()
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()
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()
3636 return new (Mem) ObjCMessageExpr(EmptyShell(), NumArgs); in CreateEmpty()
4025 EmptyShell sh, in Create()
[all …]
DDeclTemplate.cpp897 return new (C, ID) FriendTemplateDecl(EmptyShell()); in CreateDeserialized()
DDeclCXX.cpp34 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized()
DDecl.cpp4056 ImportDecl(EmptyShell()); in CreateDeserialized()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2271 Stmt::EmptyShell Empty; in ReadStmtFromStream()