HomeSort by relevance Sort by last modified time
    Searched refs:RawLoc (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
CXCursor.cpp 659 void *RawLoc = Loc.getPtrEncoding();
660 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } };
675 void *RawLoc = Loc.getPtrEncoding();
676 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } };
694 void *RawLoc = Loc.getPtrEncoding();
695 CXCursor C = { CXCursor_ObjCClassRef, 0, { Class, RawLoc, TU } };
709 void *RawLoc = Loc.getPtrEncoding();
710 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } };
725 void *RawLoc = Loc.getPtrEncoding();
726 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, TU } }
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 88 unsigned RawLoc = Loc.getRawEncoding();
89 if (MigrateCtx.AttrSet.count(RawLoc))
111 MigrateCtx.AttrSet.insert(RawLoc);
TransProperties.cpp 82 unsigned RawLoc = Prop->getAtLoc().getRawEncoding();
84 if (PrevAtProps->find(RawLoc) != PrevAtProps->end())
86 PropsTy &props = AtProps[RawLoc];

Completed in 73 milliseconds