Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h280 unsigned NumClauses, EmptyShell);
838 unsigned CollapsedNum, EmptyShell);
912 unsigned CollapsedNum, EmptyShell);
980 unsigned CollapsedNum, EmptyShell);
1048 unsigned NumClauses, EmptyShell);
1105 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1168 unsigned NumClauses, EmptyShell);
1215 static OMPMasterDirective *CreateEmpty(const ASTContext &C, EmptyShell);
1282 unsigned NumClauses, EmptyShell);
1362 EmptyShell);
[all …]
DExprCXX.h71 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : in CXXOperatorCallExpr()
127 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) in CXXMemberCallExpr()
170 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) in CUDAKernelCallExpr()
218 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize) in CXXNamedCastExpr()
264 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) in CXXStaticCastExpr()
300 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) in CXXDynamicCastExpr()
344 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) in CXXReinterpretCastExpr()
381 explicit CXXConstCastExpr(EmptyShell Empty) in CXXConstCastExpr()
419 explicit UserDefinedLiteral(const ASTContext &C, EmptyShell Empty) in UserDefinedLiteral()
480 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.h298 struct EmptyShell { }; in LLVM_ALIGNAS() struct
339 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {} in LLVM_ALIGNAS()
453 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt()
526 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), in NullStmt()
568 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt()
660 SwitchCase(StmtClass SC, EmptyShell) in SwitchCase() argument
705 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt()
757 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt()
803 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt()
843 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
[all …]
DExpr.h123 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { } in Expr() argument
873 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr()
973 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr()
1184 explicit PredefinedExpr(EmptyShell Empty) in PredefinedExpr()
1268 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral()
1284 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty);
1328 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral()
1361 explicit FloatingLiteral(const ASTContext &C, EmptyShell Empty);
1366 static FloatingLiteral *Create(const ASTContext &C, EmptyShell Empty);
1432 explicit ImaginaryLiteral(EmptyShell Empty) in ImaginaryLiteral()
[all …]
DExprObjC.h37 explicit ObjCStringLiteral(EmptyShell Empty) in ObjCStringLiteral()
68 explicit ObjCBoolLiteralExpr(EmptyShell Empty) in ObjCBoolLiteralExpr()
105 explicit ObjCBoxedExpr(EmptyShell Empty) in ObjCBoxedExpr()
155 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
289 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
368 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){}
406 explicit ObjCSelectorExpr(EmptyShell Empty)
450 explicit ObjCProtocolExpr(EmptyShell Empty)
502 explicit ObjCIvarRefExpr(EmptyShell Empty)
627 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,
144 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { } in CXXForRangeStmt()
DExprOpenMP.h76 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr()
DDeclFriend.h83 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists) in FriendDecl()
DDeclBase.h94 struct EmptyShell { }; struct
345 Decl(Kind DK, EmptyShell Empty) in Decl()
DDeclCXX.h113 AccessSpecDecl(EmptyShell Empty) in AccessSpecDecl()
2860 UsingShadowDecl(Kind K, ASTContext &C, EmptyShell);
2966 ConstructorUsingShadowDecl(ASTContext &C, EmptyShell Empty) in ConstructorUsingShadowDecl()
DDeclTemplate.h2168 FriendTemplateDecl(EmptyShell Empty)
2322 ClassScopeFunctionSpecializationDecl(EmptyShell Empty)
DDecl.h3753 ImportDecl(EmptyShell Empty) : Decl(Import, Empty), NextLocalImport() { } in ImportDecl()
/external/clang/lib/AST/
DStmtOpenMP.cpp74 EmptyShell) { in CreateEmpty() argument
115 EmptyShell) { in CreateEmpty() argument
168 EmptyShell) { in CreateEmpty() argument
220 EmptyShell) { in CreateEmpty() argument
246 EmptyShell) { in CreateEmpty() argument
269 EmptyShell) { in CreateEmpty() argument
294 EmptyShell) { in CreateEmpty() argument
315 EmptyShell) { in CreateEmpty() argument
339 EmptyShell) { in CreateEmpty() argument
389 unsigned CollapsedNum, EmptyShell) { in CreateEmpty() argument
[all …]
DExprCXX.cpp245 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell()); in CreateEmpty()
532 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize); in CreateEmpty()
557 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize); in CreateEmpty()
614 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty()
627 return new (C) CXXConstCastExpr(EmptyShell()); in CreateEmpty()
648 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize); in CreateEmpty()
936 return new (Mem) LambdaExpr(EmptyShell(), NumCaptures, NumArrayIndexVars > 0); in CreateDeserialized()
1049 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups()
1055 EmptyShell empty, in Create()
1099 Stmt::EmptyShell Empty; in CreateEmpty()
[all …]
DExprObjC.cpp50 return new (Mem) ObjCArrayLiteral(EmptyShell(), NumElements); in CreateEmpty()
104 ObjCDictionaryLiteral(EmptyShell(), NumElements, HasPackExpansions); in CreateEmpty()
262 return new (Mem) ObjCMessageExpr(EmptyShell(), NumArgs); in CreateEmpty()
DDeclFriend.cpp62 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists); in CreateDeserialized()
DStmtObjC.cpp64 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally); in CreateEmpty()
DStmtCXX.cpp35 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create()
DExpr.cpp424 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty()
726 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
739 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) in FloatingLiteral()
752 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
1163 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, EmptyShell Empty) in CallExpr()
1167 EmptyShell Empty) in CallExpr()
1669 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize); in CreateEmpty()
1691 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize); in CreateEmpty()
3739 EmptyShell sh, in Create()
3747 PseudoObjectExpr::PseudoObjectExpr(EmptyShell shell, unsigned numSemanticExprs) in PseudoObjectExpr()
DStmt.cpp327 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs); in CreateEmpty()
1032 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt()
1076 return new (Mem) CapturedStmt(EmptyShell(), NumCaptures); in CreateDeserialized()
DDeclCXX.cpp34 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized()
2157 UsingShadowDecl::UsingShadowDecl(Kind K, ASTContext &C, EmptyShell Empty) in UsingShadowDecl()
2163 return new (C, ID) UsingShadowDecl(UsingShadow, C, EmptyShell()); in CreateDeserialized()
2186 return new (C, ID) ConstructorUsingShadowDecl(C, EmptyShell()); in CreateDeserialized()
DDeclTemplate.cpp884 return new (C, ID) FriendTemplateDecl(EmptyShell()); in CreateDeserialized()
DDecl.cpp4265 ImportDecl(EmptyShell()); in CreateDeserialized()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2817 Stmt::EmptyShell Empty; in ReadStmtFromStream()