Searched defs:Owned (Results 1 – 10 of 10) sorted by relevance
647 Decl *Rep, bool Owned) { in SetTypeSpecType()655 Decl *Rep, bool Owned) { in SetTypeSpecType()
133 static inline ExprResult Owned(Expr *E) { return E; } in Owned() function134 static inline StmtResult Owned(Stmt *S) { return S; } in Owned() function
7099 bool Owned = false; in ActOnExplicitInstantiation() local
11374 bool Owned = false; in ActOnTemplatedFriendTag() local
248 void setBufferOwned(bool Owned) { BufferOwned = Owned; } in setBufferOwned()
165 bool Owned) in TemplateArgumentList()
957 ExprResult Owned(Expr* E) { return E; } in Owned() function958 ExprResult Owned(ExprResult R) { return R; } in Owned() function959 StmtResult Owned(Stmt* S) { return S; } in Owned() function
1444 bool Owned = false; in ParseClassSpecifier() local
3754 bool Owned = false; in ParseEnumSpecifier() local
78 Owned = 0, // Owning reference. enumerator