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

/external/clang/lib/Sema/
H A DDeclSpec.cpp614 Decl *Rep, bool Owned) {
615 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned);
622 Decl *Rep, bool Owned) {
635 TypeSpecOwned = Owned;
611 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
618 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
H A DSemaTemplate.cpp424 return Owned(CXXDependentScopeMemberExpr::Create(Context,
443 return Owned(DependentScopeDeclRefExpr::Create(Context,
2305 return Owned(ULE);
2874 ExprResult E = Owned(DependentScopeDeclRefExpr::Create(Context,
4104 return Owned(Arg);
4148 return Owned(Arg);
4250 return Owned(Arg);
4304 return Owned(Arg);
4352 return Owned(Arg);
4358 return Owned(Ar
6531 bool Owned = false; local
[all...]
H A DSemaDeclCXX.cpp2503 DelegationInit = Owned(Init);
2635 BaseInit = Owned(Init);
8112 return S.Owned(Call.takeAs<Stmt>());
9688 return Owned(CXXConstructExpr::Create(Context, DeclInitType, ConstructLoc,
10563 bool Owned = false; local
10568 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
1317 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
1546 return getSema().Owned(ME);
1677 return SemaRef.Owned(new (SemaRef.Context) ImplicitValueInitExpr(T));
1944 return getSema().Owned(
1965 return getSema().Owned(CXXDefaultArgExpr::Create(getSema().Context, Loc,
2278 return SemaRef.Owned(SemaRef.BuildObjCEncodeExpression(AtLoc, EncodeTypeInfo,
2321 ExprResult Base = getSema().Owned(BaseArg);
2350 ExprResult Base = getSema().Owned(BaseAr
[all...]
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1387 bool Owned = false; local
1521 TParams, Owned, IsDependent,
1556 PrevSpec, DiagID, TagOrTempResult.get(), Owned);
H A DParseDecl.cpp3454 bool Owned = false; local
3461 Owned, IsDependent, ScopedEnumKWLoc,
3506 PrevSpec, DiagID, TagDecl, Owned))
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp155 Owned = 0, // Owning reference. enumerator in enum:__anon4060::RefVal::Kind
199 return getKind() == Owned;
216 return RefVal(Owned, o, Count, 0, t);
266 case Owned: {
267 Out << "Owned";
323 Out << "Release of Not-Owned [ERROR]";
2064 case RefVal::Owned:
2964 case RefVal::Owned:
2977 if (V.getKind() == RefVal::Owned) {
3002 case RefVal::Owned
[all...]
/external/clang/include/clang/Sema/
H A DSema.h894 ExprResult Owned(Expr* E) { return E; } function in class:clang::Sema
895 ExprResult Owned(ExprResult R) { return R; } function in class:clang::Sema
896 StmtResult Owned(Stmt* S) { return S; } function in class:clang::Sema
6893 E1 = Owned(E1Tmp);
6894 E2 = Owned(E2Tmp);

Completed in 1946 milliseconds