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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp91 unsigned RawLoc = Loc.getRawEncoding(); local
92 if (MigrateCtx.AttrSet.count(RawLoc))
108 MigrateCtx.AttrSet.insert(RawLoc);
H A DTransProperties.cpp81 unsigned RawLoc = Prop->getAtLoc().getRawEncoding(); local
83 if (PrevAtProps->find(RawLoc) != PrevAtProps->end())
85 PropsTy &props = AtProps[RawLoc];

Completed in 198 milliseconds