Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp647 Decl *Rep, bool Owned) { in SetTypeSpecType()
655 Decl *Rep, bool Owned) { in SetTypeSpecType()
HDTreeTransform.h133 static inline ExprResult Owned(Expr *E) { return E; } in Owned() function
134 static inline StmtResult Owned(Stmt *S) { return S; } in Owned() function
HDSemaTemplate.cpp7099 bool Owned = false; in ActOnExplicitInstantiation() local
HDSemaDeclCXX.cpp11374 bool Owned = false; in ActOnTemplatedFriendTag() local
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.h248 void setBufferOwned(bool Owned) { BufferOwned = Owned; } in setBufferOwned()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclTemplate.h165 bool Owned) in TemplateArgumentList()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h957 ExprResult Owned(Expr* E) { return E; } in Owned() function
958 ExprResult Owned(ExprResult R) { return R; } in Owned() function
959 StmtResult Owned(Stmt* S) { return S; } in Owned() function
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp1444 bool Owned = false; in ParseClassSpecifier() local
HDParseDecl.cpp3754 bool Owned = false; in ParseEnumSpecifier() local
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDRetainCountChecker.cpp78 Owned = 0, // Owning reference. enumerator