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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp630 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
637 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
H A DSemaTemplate.cpp6530 bool Owned = false; local
[all...]
H A DSemaDeclCXX.cpp10872 bool Owned = false; local
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
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp1423 bool Owned = false; local
H A DParseDecl.cpp3619 bool Owned = false; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp157 Owned = 0, // Owning reference. enumerator in enum:__anon3398::RefVal::Kind
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h928 ExprResult Owned(Expr* E) { return E; } function in class:clang::Sema
929 ExprResult Owned(ExprResult R) { return R; } function in class:clang::Sema
930 StmtResult Owned(Stmt* S) { return S; } function in class:clang::Sema

Completed in 293 milliseconds