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 44 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
45 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) {
91 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
106 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE,
114 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
120 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(
    [all...]
AnalysisBasedWarnings.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 150 class WeakObjectProfileTy {
171 inline WeakObjectProfileTy();
172 static inline WeakObjectProfileTy getSentinel();
175 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
176 WeakObjectProfileTy(const Expr *Base, const ObjCPropertyDecl *Property);
177 WeakObjectProfileTy(const DeclRefExpr *RE);
178 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
198 bool operator==(const WeakObjectProfileTy &Other) const {
208 static inline WeakObjectProfileTy getEmptyKey() {
209 return WeakObjectProfileTy();
    [all...]

Completed in 2405 milliseconds