Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtOpenMP.h223 unsigned NumClauses, EmptyShell);
290 unsigned CollapsedNum, EmptyShell);
359 unsigned CollapsedNum, EmptyShell);
419 unsigned NumClauses, EmptyShell);
466 static OMPSectionDirective *CreateEmpty(const ASTContext &C, EmptyShell);
523 unsigned NumClauses, EmptyShell);
593 EmptyShell);
654 CreateEmpty(const ASTContext &C, unsigned NumClauses, EmptyShell);
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 …]
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()
DStmt.h336 struct EmptyShell { }; struct
344 explicit Stmt(StmtClass SC, EmptyShell) { in Stmt() argument
453 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt()
526 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), in NullStmt()
563 explicit CompoundStmt(EmptyShell Empty) in CompoundStmt()
652 SwitchCase(StmtClass SC, EmptyShell) in SwitchCase() argument
697 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt()
749 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt()
791 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { } in LabelStmt()
831 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs) in AttributedStmt()
[all …]
DExpr.h121 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { } in Expr() argument
835 explicit OpaqueValueExpr(EmptyShell Empty) in OpaqueValueExpr()
943 explicit DeclRefExpr(EmptyShell Empty) in DeclRefExpr()
1191 explicit PredefinedExpr(EmptyShell Empty) in PredefinedExpr()
1268 explicit IntegerLiteral(EmptyShell Empty) in IntegerLiteral()
1284 static IntegerLiteral *Create(const ASTContext &C, EmptyShell Empty);
1325 CharacterLiteral(EmptyShell Empty) : Expr(CharacterLiteralClass, Empty) { } in CharacterLiteral()
1356 explicit FloatingLiteral(const ASTContext &C, EmptyShell Empty);
1361 static FloatingLiteral *Create(const ASTContext &C, EmptyShell Empty);
1425 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()
142 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements) in ObjCArrayLiteral()
265 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
360 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){}
396 explicit ObjCSelectorExpr(EmptyShell Empty)
438 explicit ObjCProtocolExpr(EmptyShell Empty)
488 explicit ObjCIvarRefExpr(EmptyShell Empty)
613 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.h87 struct EmptyShell { }; struct
325 Decl(Kind DK, EmptyShell Empty) in Decl()
DDeclTemplate.h2041 FriendTemplateDecl(EmptyShell Empty)
2197 ClassScopeFunctionSpecializationDecl(EmptyShell Empty)
DDeclCXX.h111 AccessSpecDecl(EmptyShell Empty) in AccessSpecDecl()
DDecl.h3526 ImportDecl(EmptyShell Empty) : Decl(Import, Empty), NextLocalImport() { } in ImportDecl()
/external/clang/lib/AST/
DExprCXX.cpp320 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell()); in CreateEmpty()
610 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize); in CreateEmpty()
635 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize); in CreateEmpty()
692 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize); in CreateEmpty()
705 return new (C) CXXConstCastExpr(EmptyShell()); in CreateEmpty()
726 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize); in CreateEmpty()
1022 return new (Mem) LambdaExpr(EmptyShell(), NumCaptures, NumArrayIndexVars > 0); in CreateDeserialized()
1123 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups()
1129 EmptyShell empty, in Create()
1174 Stmt::EmptyShell Empty; in CreateEmpty()
[all …]
DStmt.cpp299 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs); in CreateEmpty()
751 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally); in CreateEmpty()
771 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create()
1048 CapturedStmt::CapturedStmt(EmptyShell Empty, unsigned NumCaptures) in CapturedStmt()
1092 return new (Mem) CapturedStmt(EmptyShell(), NumCaptures); in CreateDeserialized()
1351 EmptyShell) { in CreateEmpty() argument
1377 EmptyShell) { in CreateEmpty() argument
1403 EmptyShell) { in CreateEmpty() argument
1427 EmptyShell) { in CreateEmpty() argument
1448 EmptyShell) { in CreateEmpty() argument
[all …]
DDeclFriend.cpp59 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists); in CreateDeserialized()
DExpr.cpp437 return new (Mem) DeclRefExpr(EmptyShell()); in CreateEmpty()
694 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
707 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty) in FloatingLiteral()
720 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
1134 CallExpr::CallExpr(const ASTContext &C, StmtClass SC, EmptyShell Empty) in CallExpr()
1142 EmptyShell Empty) in CallExpr()
1704 return new (Buffer) ImplicitCastExpr(EmptyShell(), PathSize); in CreateEmpty()
1726 return new (Buffer) CStyleCastExpr(EmptyShell(), PathSize); in CreateEmpty()
3542 return new (Mem) ObjCMessageExpr(EmptyShell(), NumArgs); in CreateEmpty()
3931 EmptyShell sh, in Create()
[all …]
DDeclTemplate.cpp876 return new (C, ID) FriendTemplateDecl(EmptyShell()); in CreateDeserialized()
DDeclCXX.cpp34 return new (C, ID) AccessSpecDecl(EmptyShell()); in CreateDeserialized()
DDecl.cpp3886 ImportDecl(EmptyShell()); in CreateDeserialized()
/external/clang/lib/Analysis/
DThreadSafety.cpp540 explicit SExpr(clang::Decl::EmptyShell e) { NodeVec.clear(); } in SExpr()
743 UnderlyingMutex(Decl::EmptyShell()) in LockData()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2010 Stmt::EmptyShell Empty; in ReadStmtFromStream()