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

  /external/clang/include/clang/AST/
StmtObjC.h 32 explicit ObjCForCollectionStmt(EmptyShell Empty) :
87 explicit ObjCAtCatchStmt(EmptyShell Empty) :
128 explicit ObjCAtFinallyStmt(EmptyShell Empty) :
178 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts,
276 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) :
321 explicit ObjCAtThrowStmt(EmptyShell Empty) :
353 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) :
ExprCXX.h 72 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) :
121 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty)
157 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty)
193 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize)
238 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
270 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize)
306 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize)
336 explicit CXXConstCastExpr(EmptyShell Empty)
371 explicit UserDefinedLiteral(ASTContext &C, EmptyShell Empty)
431 explicit CXXBoolLiteralExpr(EmptyShell Empty
    [all...]
StmtCXX.h 41 CXXCatchStmt(EmptyShell Empty)
71 CXXTryStmt(EmptyShell Empty, unsigned numHandlers)
85 static CXXTryStmt *Create(ASTContext &C, EmptyShell Empty,
140 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { }
Stmt.h 334 struct EmptyShell { };
342 explicit Stmt(StmtClass SC, EmptyShell) {
458 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { }
525 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
562 explicit CompoundStmt(EmptyShell Empty)
640 SwitchCase(StmtClass SC, EmptyShell)
685 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { }
737 explicit DefaultStmt(EmptyShell Empty)
779 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
820 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs
    [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)
264 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
359 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){}
395 explicit ObjCSelectorExpr(EmptyShell Empty)
433 explicit ObjCProtocolExpr(EmptyShell Empty)
477 explicit ObjCIvarRefExpr(EmptyShell Empty)
599 explicit ObjCPropertyRefExpr(EmptyShell Empty
    [all...]
Expr.h 121 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
800 explicit OpaqueValueExpr(EmptyShell Empty)
    [all...]
DeclFriend.h 88 FriendDecl(EmptyShell Empty, unsigned NumFriendTypeTPLists)
DeclTemplate.h     [all...]
DeclBase.h 97 struct EmptyShell { };
317 Decl(Kind DK, EmptyShell Empty)
    [all...]
DeclCXX.h 122 AccessSpecDecl(EmptyShell Empty)
    [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
DeclFriend.cpp 63 return new (Mem) FriendDecl(EmptyShell(), FriendTypeNumTPLists);
ExprCXX.cpp 257 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell());
546 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize);
571 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize);
628 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize);
641 return new (C) CXXConstCastExpr(EmptyShell());
662 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize);
    [all...]
Expr.cpp 446 return new (Mem) DeclRefExpr(EmptyShell());
643 IntegerLiteral::Create(ASTContext &C, EmptyShell Empty) {
656 FloatingLiteral::FloatingLiteral(ASTContext &C, EmptyShell Empty)
669 FloatingLiteral::Create(ASTContext &C, EmptyShell Empty) {
    [all...]
Stmt.cpp 298 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs);
761 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally);
781 CXXTryStmt *CXXTryStmt::Create(ASTContext &C, EmptyShell Empty,
    [all...]
DeclTemplate.cpp 302 return new (Mem) ClassTemplateDecl(EmptyShell());
    [all...]
DeclCXX.cpp 35 return new (Mem) AccessSpecDecl(EmptyShell());
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 546 explicit SExpr(clang::Decl::EmptyShell e) { NodeVec.clear(); }
758 UnderlyingMutex(Decl::EmptyShell())
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 164 milliseconds