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 596 void *RawLoc = Loc.getPtrEncoding();
597 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } };
612 void *RawLoc = Loc.getPtrEncoding();
613 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } };
631 void *RawLoc = Loc.getPtrEncoding();
632 CXCursor C = { CXCursor_ObjCClassRef, 0, { Class, RawLoc, TU } };
646 void *RawLoc = Loc.getPtrEncoding();
647 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } };
662 void *RawLoc = Loc.getPtrEncoding();
663 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 458 unsigned RawLoc;
460 ReplacedDeclInfo() : Mod(nullptr), Offset(0), RawLoc(0) {}
461 ReplacedDeclInfo(ModuleFile *Mod, uint64_t Offset, unsigned RawLoc)
462 : Mod(Mod), Offset(Offset), RawLoc(RawLoc) {}
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 99 milliseconds