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

/external/clang/lib/Sema/
H A DDeclSpec.cpp593 Decl *Rep, bool Owned) {
594 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned);
601 Decl *Rep, bool Owned) {
614 TypeSpecOwned = Owned;
590 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
597 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
H A DSemaTemplate.cpp423 return Owned(CXXDependentScopeMemberExpr::Create(Context,
442 return Owned(DependentScopeDeclRefExpr::Create(Context,
2304 return Owned(ULE);
2872 ExprResult E = Owned(DependentScopeDeclRefExpr::Create(Context,
4106 return Owned(Arg);
4150 return Owned(Arg);
4252 return Owned(Arg);
4306 return Owned(Arg);
4354 return Owned(Arg);
4360 return Owned(Ar
6505 bool Owned = false; local
[all...]
H A DSemaDeclCXX.cpp2321 DelegationInit = Owned(Init);
2455 BaseInit = Owned(Init);
7374 return S.Owned(Call.takeAs<Stmt>());
7385 return S.Owned(Assignment.takeAs<Stmt>());
9088 return Owned(CXXConstructExpr::Create(Context, DeclInitType, ConstructLoc,
9960 bool Owned = false; local
9965 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
1308 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
1536 return getSema().Owned(ME);
1667 return SemaRef.Owned(new (SemaRef.Context) ImplicitValueInitExpr(T));
1934 return getSema().Owned(
1955 return getSema().Owned(CXXDefaultArgExpr::Create(getSema().Context, Loc,
2264 return SemaRef.Owned(SemaRef.BuildObjCEncodeExpression(AtLoc, EncodeTypeInfo,
2307 ExprResult Base = getSema().Owned(BaseArg);
2336 ExprResult Base = getSema().Owned(BaseAr
[all...]
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1280 bool Owned = false; local
1419 TParams, Owned, IsDependent,
1453 PrevSpec, DiagID, TagOrTempResult.get(), Owned);
H A DParseDecl.cpp3311 bool Owned = false; local
3318 Owned, IsDependent, ScopedEnumKWLoc,
3363 PrevSpec, DiagID, TagDecl, Owned))
/external/clang/include/clang/Parse/
H A DParser.h259 ExprResult Owned(ExprResult res) { function in class:clang::Parser
263 StmtResult Owned(StmtResult res) { function in class:clang::Parser
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp155 Owned = 0, // Owning reference. enumerator in enum:__anon3913::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]";
2083 case RefVal::Owned:
2986 case RefVal::Owned:
3003 if (V.getKind() == RefVal::Owned) {
3028 case RefVal::Owned
[all...]
/external/clang/include/clang/Sema/
H A DSema.h812 ExprResult Owned(Expr* E) { return E; } function in class:clang::Sema
813 ExprResult Owned(ExprResult R) { return R; } function in class:clang::Sema
814 StmtResult Owned(Stmt* S) { return S; } function in class:clang::Sema
6687 E1 = Owned(E1Tmp);
6688 E2 = Owned(E2Tmp);

Completed in 315 milliseconds