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 497 void *RawLoc = Loc.getPtrEncoding();
498 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } };
513 void *RawLoc = Loc.getPtrEncoding();
514 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } };
532 void *RawLoc = Loc.getPtrEncoding();
533 CXCursor C = { CXCursor_ObjCClassRef, 0, { Class, RawLoc, TU } };
547 void *RawLoc = Loc.getPtrEncoding();
548 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } };
563 void *RawLoc = Loc.getPtrEncoding();
564 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 83 unsigned RawLoc = propI->getAtLoc().getRawEncoding();
85 if (PrevAtProps->find(RawLoc) != PrevAtProps->end())
87 PropsTy &props = AtProps[RawLoc];
  /external/clang/include/clang/Serialization/
ASTReader.h 352 unsigned RawLoc;
354 ReplacedDeclInfo() : Mod(0), Offset(0), RawLoc(0) {}
355 ReplacedDeclInfo(ModuleFile *Mod, uint64_t Offset, unsigned RawLoc)
356 : Mod(Mod), Offset(Offset), RawLoc(RawLoc) {}
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 36 milliseconds