Searched defs:Owned (Results 1 - 8 of 8) sorted by last modified time

/external/clang/lib/Sema/
H A DSemaTemplate.cpp7242 bool Owned = false; local
7247 MultiTemplateParamsArg(), Owned, IsDependent,
H A DTreeTransform.h132 static inline ExprResult Owned(Expr *E) { return E; } function in class:clang::TreeTransform
133 static inline StmtResult Owned(Stmt *S) { return S; } function in class:clang::TreeTransform
1578 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
2613 return Owned(
5648 return Owned(S);
5907 return Owned(S);
H A DDeclSpec.cpp637 Decl *Rep, bool Owned,
639 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned, Policy);
646 Decl *Rep, bool Owned,
660 TypeSpecOwned = Owned && Rep != nullptr;
634 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned, const PrintingPolicy &Policy) argument
642 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned, const PrintingPolicy &Policy) argument
H A DSemaDeclCXX.cpp11660 bool Owned = false; local
11665 MultiTemplateParamsArg(), Owned, IsDependent,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp78 Owned = 0, // Owning reference. enumerator in enum:__anon18226::RefVal::Kind
163 return getKind() == Owned;
184 return RefVal(Owned, o, Count, 0, t);
257 case Owned: {
258 Out << "Owned";
314 Out << "Release of Not-Owned [ERROR]";
2034 case RefVal::Owned:
3069 case RefVal::Owned:
3082 if (V.getKind() == RefVal::Owned) {
3107 case RefVal::Owned
[all...]
/external/clang/lib/Parse/
H A DParseDecl.cpp3704 bool Owned = false; local
3711 Owned, IsDependent, ScopedEnumKWLoc,
3757 PrevSpec, DiagID, TagDecl, Owned,
H A DParseDeclCXX.cpp1473 bool Owned = false; local
1616 TParams, Owned, IsDependent,
1652 PrevSpec, DiagID, TagOrTempResult.get(), Owned,
/external/chromium_org/base/
H A Dbind_helpers.h15 // The wrapper functions are base::Unretained(), base::Owned(), base::Passed(),
21 // Owned() transfers ownership of an object to the Callback resulting from
56 // EXAMPLE OF Owned():
61 // Closure foo_callback = Bind(&foo, Owned(pn));
71 // Without Owned(), someone would have to know to delete |pn| when the last
507 static inline internal::OwnedWrapper<T> Owned(T* o) { function in namespace:base

Completed in 223 milliseconds