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

/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp114 AtPropDeclsTy::iterator findAtLoc = AtProps.find(rawAtLoc); local
115 if (findAtLoc == AtProps.end())
118 PropsTy &props = findAtLoc->second;

Completed in 126 milliseconds