Searched defs:Owned (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Sema/
H A DDeclSpec.cpp580 Decl *Rep, bool Owned) {
581 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned);
588 Decl *Rep, bool Owned) {
601 TypeSpecOwned = Owned;
577 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
584 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
H A DSemaTemplate.cpp421 return Owned(CXXDependentScopeMemberExpr::Create(Context,
440 return Owned(DependentScopeDeclRefExpr::Create(Context,
2263 return Owned(ULE);
2785 ExprResult E = Owned(DependentScopeDeclRefExpr::Create(Context,
3996 return Owned(Arg);
4040 return Owned(Arg);
4129 return Owned(Arg);
4183 return Owned(Arg);
4231 return Owned(Arg);
4237 return Owned(Ar
6366 bool Owned = false; local
[all...]
H A DSemaDeclCXX.cpp2371 BaseInit = Owned(Init);
7460 return S.Owned(Call.takeAs<Stmt>());
7471 return S.Owned(Assignment.takeAs<Stmt>());
9142 return Owned(CXXConstructExpr::Create(Context, DeclInitType, ConstructLoc,
10000 bool Owned = false; local
10005 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
1313 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
1541 return getSema().Owned(ME);
1673 return SemaRef.Owned(new (SemaRef.Context) ImplicitValueInitExpr(T));
1940 return getSema().Owned(
1961 return getSema().Owned(CXXDefaultArgExpr::Create(getSema().Context, Loc,
2271 return SemaRef.Owned(SemaRef.BuildObjCEncodeExpression(AtLoc, EncodeTypeInfo,
2314 ExprResult Base = getSema().Owned(BaseArg);
2343 ExprResult Base = getSema().Owned(BaseAr
[all...]
/external/clang/lib/Parse/
H A DParseDecl.cpp2958 bool Owned = false; local
2965 Owned, IsDependent, ScopedEnumKWLoc,
3018 PrevSpec, DiagID, TagDecl, Owned))
H A DParseDeclCXX.cpp1168 bool Owned = false; local
1298 TParams, Owned, IsDependent,
1332 PrevSpec, DiagID, TagOrTempResult.get(), Owned);
/external/clang/include/clang/Parse/
H A DParser.h234 ExprResult Owned(ExprResult res) { function in class:clang::Parser
238 StmtResult Owned(StmtResult res) { function in class:clang::Parser
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp149 Owned = 0, // Owning reference. enumerator in enum:__anon3456::RefVal::Kind
193 return getKind() == Owned;
210 return RefVal(Owned, o, Count, 0, t);
260 case Owned: {
261 Out << "Owned";
317 Out << "Release of Not-Owned [ERROR]";
2041 case RefVal::Owned:
2930 case RefVal::Owned:
2947 if (V.getKind() == RefVal::Owned) {
2973 case RefVal::Owned
[all...]
/external/clang/include/clang/Sema/
H A DSema.h845 ExprResult Owned(Expr* E) { return E; } function in class:clang::Sema
846 ExprResult Owned(ExprResult R) { return R; } function in class:clang::Sema
847 StmtResult Owned(Stmt* S) { return S; } function in class:clang::Sema
6409 E1 = Owned(E1Tmp);
6410 E2 = Owned(E2Tmp);

Completed in 456 milliseconds