HomeSort by relevance Sort by last modified time
    Searched refs:EmptyShell (Results 1 - 21 of 21) sorted by null

  /external/clang/include/clang/AST/
StmtOpenMP.h 223 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);
StmtObjC.h 32 explicit ObjCForCollectionStmt(EmptyShell Empty) :
87 explicit ObjCAtCatchStmt(EmptyShell Empty) :
128 explicit ObjCAtFinallyStmt(EmptyShell Empty) :
178 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts,
275 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) :
320 explicit ObjCAtThrowStmt(EmptyShell Empty) :
352 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) :
ExprCXX.h 74 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) :
123 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty)
160 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty)
195 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize)
239 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
270 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize)
308 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize)
340 explicit CXXConstCastExpr(EmptyShell Empty)
375 explicit UserDefinedLiteral(const ASTContext &C, EmptyShell Empty)
436 explicit CXXBoolLiteralExpr(EmptyShell Empty
    [all...]
StmtCXX.h 41 CXXCatchStmt(EmptyShell Empty)
71 CXXTryStmt(EmptyShell Empty, unsigned numHandlers)
85 static CXXTryStmt *Create(const ASTContext &C, EmptyShell Empty,
140 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { }
Stmt.h 336 struct EmptyShell { };
344 explicit Stmt(StmtClass SC, EmptyShell) {
453 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { }
526 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
563 explicit CompoundStmt(EmptyShell Empty)
652 SwitchCase(StmtClass SC, EmptyShell)
697 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { }
749 explicit DefaultStmt(EmptyShell Empty)
791 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
831 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs
    [all...]
Expr.h 121 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
    [all...]
ExprObjC.h 37 explicit ObjCStringLiteral(EmptyShell Empty)
68 explicit ObjCBoolLiteralExpr(EmptyShell Empty)
103 explicit ObjCBoxedExpr(EmptyShell Empty)
142 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements)
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...]
DeclFriend.h 89 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists)
DeclBase.h 87 struct EmptyShell { };
325 Decl(Kind DK, EmptyShell Empty)
    [all...]
DeclTemplate.h     [all...]
DeclCXX.h 111 AccessSpecDecl(EmptyShell Empty)
    [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
DeclFriend.cpp 59 return new (C, ID, Extra) FriendDecl(EmptyShell(), FriendTypeNumTPLists);
Stmt.cpp 299 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs);
751 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally);
771 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty,
    [all...]
ExprCXX.cpp 320 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell());
610 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize);
635 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize);
692 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize);
705 return new (C) CXXConstCastExpr(EmptyShell());
726 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize);
    [all...]
Expr.cpp 437 return new (Mem) DeclRefExpr(EmptyShell());
694 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) {
707 FloatingLiteral::FloatingLiteral(const ASTContext &C, EmptyShell Empty)
720 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) {
    [all...]
DeclTemplate.cpp     [all...]
DeclCXX.cpp 34 return new (C, ID) AccessSpecDecl(EmptyShell());
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 540 explicit SExpr(clang::Decl::EmptyShell e) { NodeVec.clear(); }
743 UnderlyingMutex(Decl::EmptyShell())
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 201 milliseconds