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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp67 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
68 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) {
115 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( function in class:FunctionScopeInfo::WeakObjectProfileTy
130 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, function in class:FunctionScopeInfo::WeakObjectProfileTy
138 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( function in class:FunctionScopeInfo::WeakObjectProfileTy
144 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( function in class:FunctionScopeInfo::WeakObjectProfileTy
[all...]
H A DAnalysisBasedWarnings.cpp1347 typedef sema::FunctionScopeInfo::WeakObjectProfileTy WeakObjectProfileTy; typedef
1388 const WeakObjectProfileTy &Profile = I->first;
1441 const WeakObjectProfileTy &Key = P.second->first;
1444 // For complicated expressions like 'a.b.c' and 'x.b.c', WeakObjectProfileTy
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h245 class WeakObjectProfileTy { class in class:clang::sema::FunctionScopeInfo
264 inline WeakObjectProfileTy();
265 static inline WeakObjectProfileTy getSentinel();
268 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
269 WeakObjectProfileTy(const Expr *Base, const ObjCPropertyDecl *Property);
270 WeakObjectProfileTy(const DeclRefExpr *RE);
271 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
291 bool operator==(const WeakObjectProfileTy &Other) const {
301 static inline WeakObjectProfileTy getEmptyKey() {
302 return WeakObjectProfileTy();
996 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy() function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy
[all...]

Completed in 71 milliseconds