Searched refs:RawLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/tools/libclang/
H A DCXCursor.cpp631 void *RawLoc = Loc.getPtrEncoding(); local
632 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } };
647 void *RawLoc = Loc.getPtrEncoding(); local
648 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } };
666 void *RawLoc = Loc.getPtrEncoding(); local
667 CXCursor C = { CXCursor_ObjCClassRef, 0, { Class, RawLoc, TU } };
681 void *RawLoc = Loc.getPtrEncoding(); local
682 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } };
697 void *RawLoc = Loc.getPtrEncoding(); local
698 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, T
715 void *RawLoc = Loc.getPtrEncoding(); local
731 void *RawLoc = Loc.getPtrEncoding(); local
747 void *RawLoc = Loc.getPtrEncoding(); local
845 void *RawLoc = Loc.getPtrEncoding(); local
861 void *RawLoc = E->getNameLoc().getPtrEncoding(); local
873 void *RawLoc = Loc.getPtrEncoding(); local
886 void *RawLoc = Loc.getPtrEncoding(); local
[all...]
/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.cpp82 unsigned RawLoc = Prop->getAtLoc().getRawEncoding(); local
84 if (PrevAtProps->find(RawLoc) != PrevAtProps->end())
86 PropsTy &props = AtProps[RawLoc];
/external/clang/include/clang/Serialization/
H A DASTReader.h475 unsigned RawLoc; member in struct:clang::ASTReader::ReplacedDeclInfo
477 ReplacedDeclInfo() : Mod(nullptr), Offset(0), RawLoc(0) {}
478 ReplacedDeclInfo(ModuleFile *Mod, uint64_t Offset, unsigned RawLoc) argument
479 : Mod(Mod), Offset(Offset), RawLoc(RawLoc) {}
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp2426 RawLocation = It->second.RawLoc;

Completed in 305 milliseconds