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

  /external/clang/lib/AST/
DeclFriend.cpp 47 return new (Mem) FriendDecl(EmptyShell());
ExprCXX.cpp 233 UnresolvedLookupExpr *E = new (Mem) UnresolvedLookupExpr(EmptyShell());
514 return new (Buffer) CXXStaticCastExpr(EmptyShell(), PathSize);
538 return new (Buffer) CXXDynamicCastExpr(EmptyShell(), PathSize);
591 return new (Buffer) CXXReinterpretCastExpr(EmptyShell(), PathSize);
603 return new (C) CXXConstCastExpr(EmptyShell());
624 return new (Buffer) CXXFunctionalCastExpr(EmptyShell(), PathSize);
    [all...]
Expr.cpp 360 return new (Mem) DeclRefExpr(EmptyShell());
555 IntegerLiteral::Create(ASTContext &C, EmptyShell Empty) {
566 FloatingLiteral::Create(ASTContext &C, EmptyShell Empty) {
852 CallExpr::CallExpr(ASTContext &C, StmtClass SC, EmptyShell Empty)
860 EmptyShell Empty)
    [all...]
DeclTemplate.cpp 287 return new (Mem) ClassTemplateDecl(EmptyShell());
    [all...]
Stmt.cpp 598 return new (Mem) ObjCAtTryStmt(EmptyShell(), NumCatchStmts, HasFinally);
623 CXXTryStmt *CXXTryStmt::Create(ASTContext &C, EmptyShell Empty,
DeclCXX.cpp 35 return new (Mem) AccessSpecDecl(EmptyShell());
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
StmtObjC.h 33 explicit ObjCForCollectionStmt(EmptyShell Empty) :
87 explicit ObjCAtCatchStmt(EmptyShell Empty) :
130 explicit ObjCAtFinallyStmt(EmptyShell Empty) :
181 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts,
276 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) :
321 explicit ObjCAtThrowStmt(EmptyShell Empty) :
357 explicit ObjCAutoreleasePoolStmt(EmptyShell Empty) :
ExprCXX.h 61 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) :
99 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty)
137 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty)
172 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize)
216 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
247 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize)
282 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize)
312 explicit CXXConstCastExpr(EmptyShell Empty)
347 explicit UserDefinedLiteral(ASTContext &C, EmptyShell Empty)
400 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 325 struct EmptyShell { };
333 explicit Stmt(StmtClass SC, EmptyShell) {
460 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { }
521 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
565 explicit CompoundStmt(EmptyShell Empty)
683 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass) { }
738 explicit DefaultStmt(EmptyShell) : SwitchCase(DefaultStmtClass) { }
775 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
818 explicit AttributedStmt(EmptyShell Empty)
853 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)
473 explicit ObjCIvarRefExpr(EmptyShell Empty)
596 explicit ObjCPropertyRefExpr(EmptyShell Empty
    [all...]
Expr.h 73 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { }
704 explicit OpaqueValueExpr(EmptyShell Empty)
811 explicit DeclRefExpr(EmptyShell Empty)
    [all...]
DeclFriend.h 70 explicit FriendDecl(EmptyShell Empty)
DeclTemplate.h     [all...]
DeclBase.h 94 struct EmptyShell { };
314 Decl(Kind DK, EmptyShell Empty)
    [all...]
DeclCXX.h 121 AccessSpecDecl(EmptyShell Empty)
    [all...]
Decl.h     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 227 explicit MutexID(clang::Decl::EmptyShell e) {
313 : AcquireLoc(AcquireLoc), LKind(LKind), UnderlyingMutex(Decl::EmptyShell())
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 1094 milliseconds