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

  /external/clang/tools/libclang/
CXCursor.cpp 554 void *RawLoc = Loc.getPtrEncoding();
555 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } };
570 void *RawLoc = Loc.getPtrEncoding();
571 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } };
589 void *RawLoc = Loc.getPtrEncoding();
590 CXCursor C = { CXCursor_ObjCClassRef, 0, { Class, RawLoc, TU } };
604 void *RawLoc = Loc.getPtrEncoding();
605 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } };
620 void *RawLoc = Loc.getPtrEncoding();
621 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];
  /external/clang/include/clang/Serialization/
ASTReader.h 428 unsigned RawLoc;
430 ReplacedDeclInfo() : Mod(nullptr), Offset(0), RawLoc(0) {}
431 ReplacedDeclInfo(ModuleFile *Mod, uint64_t Offset, unsigned RawLoc)
432 : Mod(Mod), Offset(Offset), RawLoc(RawLoc) {}
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 226 milliseconds