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) :
86 explicit ObjCAtCatchStmt(EmptyShell Empty) :
129 explicit ObjCAtFinallyStmt(EmptyShell Empty) :
179 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts,
277 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) :
322 explicit ObjCAtThrowStmt(EmptyShell Empty) :
357 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) :
ExprCXX.h 66 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) :
106 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty)
143 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty)
178 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize)
222 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
253 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize)
288 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize)
318 explicit CXXConstCastExpr(EmptyShell Empty)
353 explicit UserDefinedLiteral(ASTContext &C, EmptyShell Empty)
417 explicit CXXBoolLiteralExpr(EmptyShell Empty
    [all...]
StmtCXX.h 38 CXXCatchStmt(EmptyShell Empty)
69 CXXTryStmt(EmptyShell Empty, unsigned numHandlers)
84 static CXXTryStmt *Create(ASTContext &C, EmptyShell Empty,
141 CXXForRangeStmt(EmptyShell Empty) : Stmt(CXXForRangeStmtClass, Empty) { }
Stmt.h 327 struct EmptyShell { };
335 explicit Stmt(StmtClass SC, EmptyShell) {
456 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { }
525 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
562 explicit CompoundStmt(EmptyShell Empty)
680 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass) { }
735 explicit DefaultStmt(EmptyShell) : SwitchCase(DefaultStmtClass) { }
772 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
814 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs)
858 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) {
    [all...]
ExprObjC.h 37 explicit ObjCStringLiteral(EmptyShell Empty)
70 explicit ObjCBoolLiteralExpr(EmptyShell Empty)
105 explicit ObjCBoxedExpr(EmptyShell Empty)
143 explicit ObjCArrayLiteral(EmptyShell Empty, unsigned NumElements)
258 explicit ObjCDictionaryLiteral(EmptyShell Empty, unsigned NumElements,
353 explicit ObjCEncodeExpr(EmptyShell Empty) : Expr(ObjCEncodeExprClass, Empty){}
391 explicit ObjCSelectorExpr(EmptyShell Empty)
431 explicit ObjCProtocolExpr(EmptyShell Empty)
477 explicit ObjCIvarRefExpr(EmptyShell Empty)
600 explicit ObjCPropertyRefExpr(EmptyShell Empty
    [all...]
Expr.h 74 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
735 explicit OpaqueValueExpr(EmptyShell Empty)
    [all...]
DeclFriend.h 70 explicit FriendDecl(EmptyShell Empty)
DeclTemplate.h     [all...]
DeclBase.h 95 struct EmptyShell { };
315 Decl(Kind DK, EmptyShell Empty)
    [all...]
DeclCXX.h 122 AccessSpecDecl(EmptyShell Empty)
    [all...]
Decl.h     [all...]
  /external/clang/lib/AST/
DeclFriend.cpp 53 return new (Mem) FriendDecl(EmptyShell());
ExprCXX.cpp 242 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell());
524 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize);
548 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize);
604 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize);
616 return new (C) CXXConstCastExpr(EmptyShell());
637 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize);
    [all...]
Expr.cpp 375 return new (Mem) DeclRefExpr(EmptyShell());
579 IntegerLiteral::Create(ASTContext &C, EmptyShell Empty) {
593 FloatingLiteral::FloatingLiteral(ASTContext &C, EmptyShell Empty)
607 FloatingLiteral::Create(ASTContext &C, EmptyShell Empty) {
    [all...]
Stmt.cpp 291 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs);
768 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally);
793 CXXTryStmt *CXXTryStmt::Create(ASTContext &C, EmptyShell Empty,
    [all...]
DeclTemplate.cpp 304 return new (Mem) ClassTemplateDecl(EmptyShell());
    [all...]
DeclCXX.cpp 35 return new (Mem) AccessSpecDecl(EmptyShell());
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 515 explicit SExpr(clang::Decl::EmptyShell e) { NodeVec.clear(); }
723 UnderlyingMutex(Decl::EmptyShell())
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 2013 milliseconds