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

/external/clang/tools/libclang/
H A DCXCursor.cpp490 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding()); local
491 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } };
507 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding()); local
508 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { (void*)Proto, RawLoc, TU } };
527 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding()); local
528 CXCursor C = { CXCursor_ObjCClassRef, 0, { (void*)Class, RawLoc, TU } };
543 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding()); local
544 CXCursor C = { CXCursor_TypeRef, 0, { (void*)Type, RawLoc, TU } };
560 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding()); local
561 CXCursor C = { CXCursor_TemplateRef, 0, { (void*)Template, RawLoc, T
579 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding()); local
596 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding()); local
613 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding()); local
694 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding()); local
711 void *RawLoc = reinterpret_cast<void *>(E->getNameLoc().getRawEncoding()); local
723 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding()); local
736 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding()); 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.cpp83 unsigned RawLoc = propI->getAtLoc().getRawEncoding(); local
85 if (PrevAtProps->find(RawLoc) != PrevAtProps->end())
87 PropsTy &props = AtProps[RawLoc];
/external/clang/include/clang/Serialization/
H A DASTReader.h301 unsigned RawLoc; member in struct:clang::ASTReader::ReplacedDeclInfo
303 ReplacedDeclInfo() : Mod(0), Offset(0), RawLoc(0) {}
304 ReplacedDeclInfo(ModuleFile *Mod, uint64_t Offset, unsigned RawLoc) argument
305 : Mod(Mod), Offset(Offset), RawLoc(RawLoc) {}
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1667 RawLocation = It->second.RawLoc;

Completed in 71 milliseconds