Searched defs:WeakObjectProfileTy (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DScopeInfo.cpp50 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
51 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) {
96 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( function in class:FunctionScopeInfo::WeakObjectProfileTy
111 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, function in class:FunctionScopeInfo::WeakObjectProfileTy
119 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( function in class:FunctionScopeInfo::WeakObjectProfileTy
125 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( function in class:FunctionScopeInfo::WeakObjectProfileTy
[all...]
H A DAnalysisBasedWarnings.cpp1183 typedef sema::FunctionScopeInfo::WeakObjectProfileTy WeakObjectProfileTy; typedef
1224 const WeakObjectProfileTy &Profile = I->first;
1277 const WeakObjectProfileTy &Key = P.second->first;
1280 // For complicated expressions like 'a.b.c' and 'x.b.c', WeakObjectProfileTy
/external/clang/include/clang/Sema/
H A DScopeInfo.h171 class WeakObjectProfileTy { class in class:clang::sema::FunctionScopeInfo
192 inline WeakObjectProfileTy();
193 static inline WeakObjectProfileTy getSentinel();
196 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
197 WeakObjectProfileTy(const Expr *Base, const ObjCPropertyDecl *Property);
198 WeakObjectProfileTy(const DeclRefExpr *RE);
199 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
219 bool operator==(const WeakObjectProfileTy &Other) const {
229 static inline WeakObjectProfileTy getEmptyKey() {
230 return WeakObjectProfileTy();
789 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy() function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy
[all...]

Completed in 310 milliseconds