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

  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 88 unsigned RawLoc = Loc.getRawEncoding();
89 if (MigrateCtx.AttrSet.count(RawLoc))
111 MigrateCtx.AttrSet.insert(RawLoc);
TransProperties.cpp 83 unsigned RawLoc = propI->getAtLoc().getRawEncoding();
85 if (PrevAtProps->find(RawLoc) != PrevAtProps->end())
87 PropsTy &props = AtProps[RawLoc];
  /external/clang/tools/libclang/
CXCursor.cpp 522 void *RawLoc = Loc.getPtrEncoding();
523 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } };
538 void *RawLoc = Loc.getPtrEncoding();
539 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } };
557 void *RawLoc = Loc.getPtrEncoding();
558 CXCursor C = { CXCursor_ObjCClassRef, 0, { Class, RawLoc, TU } };
572 void *RawLoc = Loc.getPtrEncoding();
573 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } };
588 void *RawLoc = Loc.getPtrEncoding();
589 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, TU } }
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 371 unsigned RawLoc;
373 ReplacedDeclInfo() : Mod(0), Offset(0), RawLoc(0) {}
374 ReplacedDeclInfo(ModuleFile *Mod, uint64_t Offset, unsigned RawLoc)
375 : Mod(Mod), Offset(Offset), RawLoc(RawLoc) {}
    [all...]

Completed in 204 milliseconds