Searched defs:RawLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp88 unsigned RawLoc = Loc.getRawEncoding(); local
89 if (MigrateCtx.AttrSet.count(RawLoc))
111 MigrateCtx.AttrSet.insert(RawLoc);
H A DTransProperties.cpp83 unsigned RawLoc = propI->getAtLoc().getRawEncoding(); local
85 if (PrevAtProps->find(RawLoc) != PrevAtProps->end())
87 PropsTy &props = AtProps[RawLoc];
/external/clang/tools/libclang/
H A DCXCursor.cpp522 void *RawLoc = Loc.getPtrEncoding(); local
523 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } };
538 void *RawLoc = Loc.getPtrEncoding(); local
539 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } };
557 void *RawLoc = Loc.getPtrEncoding(); local
558 CXCursor C = { CXCursor_ObjCClassRef, 0, { Class, RawLoc, TU } };
572 void *RawLoc = Loc.getPtrEncoding(); local
573 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } };
588 void *RawLoc = Loc.getPtrEncoding(); local
589 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, T
606 void *RawLoc = Loc.getPtrEncoding(); local
622 void *RawLoc = Loc.getPtrEncoding(); local
638 void *RawLoc = Loc.getPtrEncoding(); local
735 void *RawLoc = Loc.getPtrEncoding(); local
751 void *RawLoc = E->getNameLoc().getPtrEncoding(); local
763 void *RawLoc = Loc.getPtrEncoding(); local
776 void *RawLoc = Loc.getPtrEncoding(); local
[all...]
/external/clang/include/clang/Serialization/
H A DASTReader.h371 unsigned RawLoc; member in struct:clang::ASTReader::ReplacedDeclInfo
373 ReplacedDeclInfo() : Mod(0), Offset(0), RawLoc(0) {}
374 ReplacedDeclInfo(ModuleFile *Mod, uint64_t Offset, unsigned RawLoc) argument
375 : Mod(Mod), Offset(Offset), RawLoc(RawLoc) {}

Completed in 93 milliseconds