HomeSort by relevance Sort by last modified time
    Searched refs:WeakObjectProfileTy (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
ScopeInfo.cpp 57 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
58 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) {
118 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
133 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE,
141 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
147 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
    [all...]
AnalysisBasedWarnings.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 191 class WeakObjectProfileTy {
210 inline WeakObjectProfileTy();
211 static inline WeakObjectProfileTy getSentinel();
214 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
215 WeakObjectProfileTy(const Expr *Base, const ObjCPropertyDecl *Property);
216 WeakObjectProfileTy(const DeclRefExpr *RE);
217 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
237 bool operator==(const WeakObjectProfileTy &Other) const {
247 static inline WeakObjectProfileTy getEmptyKey() {
248 return WeakObjectProfileTy();
    [all...]

Completed in 478 milliseconds