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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp68 FunctionScopeInfo::WeakObjectProfileTy::BaseInfoTy
69 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) {
116 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( function in class:FunctionScopeInfo::WeakObjectProfileTy
131 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy(const Expr *BaseE, function in class:FunctionScopeInfo::WeakObjectProfileTy
139 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( function in class:FunctionScopeInfo::WeakObjectProfileTy
145 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy( function in class:FunctionScopeInfo::WeakObjectProfileTy
[all...]
H A DAnalysisBasedWarnings.cpp1357 typedef sema::FunctionScopeInfo::WeakObjectProfileTy WeakObjectProfileTy; typedef
1398 const WeakObjectProfileTy &Profile = I->first;
1451 const WeakObjectProfileTy &Key = P.second->first;
1454 // For complicated expressions like 'a.b.c' and 'x.b.c', WeakObjectProfileTy
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h254 class WeakObjectProfileTy { class in class:clang::sema::FunctionScopeInfo
273 inline WeakObjectProfileTy();
274 static inline WeakObjectProfileTy getSentinel();
277 WeakObjectProfileTy(const ObjCPropertyRefExpr *RE);
278 WeakObjectProfileTy(const Expr *Base, const ObjCPropertyDecl *Property);
279 WeakObjectProfileTy(const DeclRefExpr *RE);
280 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
300 bool operator==(const WeakObjectProfileTy &Other) const {
310 static inline WeakObjectProfileTy getEmptyKey() {
311 return WeakObjectProfileTy();
1026 FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy() function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy
[all...]

Completed in 199 milliseconds