Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp656 Decl *Rep, bool Owned, in SetTypeSpecType()
665 Decl *Rep, bool Owned, in SetTypeSpecType()
DTreeTransform.h132 static inline ExprResult Owned(Expr *E) { return E; } in Owned() function
133 static inline StmtResult Owned(Stmt *S) { return S; } in Owned() function
DSemaTemplate.cpp7381 bool Owned = false; in ActOnExplicitInstantiation() local
DSemaDeclCXX.cpp12262 bool Owned = false; in ActOnTemplatedFriendTag() local
/external/clang/include/clang/AST/
DDeclTemplate.h165 bool Owned) in TemplateArgumentList()
/external/clang/lib/Parse/
DParseDeclCXX.cpp1555 bool Owned = false; in ParseClassSpecifier() local
DParseDecl.cpp3854 bool Owned = false; in ParseEnumSpecifier() local
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp78 Owned = 0, // Owning reference. enumerator