Home
last modified time | relevance | path

Searched refs:getBaseInfo (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DScopeInfo.cpp59 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo() function in FunctionScopeInfo::WeakObjectProfileTy
128 Base = getBaseInfo(E); in WeakObjectProfileTy()
140 Base = getBaseInfo(BaseE); in WeakObjectProfileTy()
152 : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) { in WeakObjectProfileTy()
/external/clang/include/clang/Sema/
DScopeInfo.h216 static BaseInfoTy getBaseInfo(const Expr *BaseE);
/external/clang/test/SemaObjC/
Darc-repeated-weak.mm442 // This used to crash in WeakObjectProfileTy::getBaseInfo when getBase() was