Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp269 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction() local
283 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol)) in checkBeginFunction()
306 State = State->set<UnreleasedIvarMap>(SelfSymbol, RequiredReleases); in checkBeginFunction()