Searched refs:RawLoc (Results 1 – 3 of 3) sorted by relevance
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 659 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCSuperClassRef() local 660 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } }; in MakeCursorObjCSuperClassRef() 675 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCProtocolRef() local 676 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } }; in MakeCursorObjCProtocolRef() 694 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCClassRef() local 695 CXCursor C = { CXCursor_ObjCClassRef, 0, { Class, RawLoc, TU } }; in MakeCursorObjCClassRef() 709 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorTypeRef() local 710 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } }; in MakeCursorTypeRef() 725 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorTemplateRef() local 726 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, TU } }; in MakeCursorTemplateRef() [all …]
|
/external/clang/lib/ARCMigrate/ |
D | TransProperties.cpp | 82 unsigned RawLoc = Prop->getAtLoc().getRawEncoding(); in collectProperties() local 84 if (PrevAtProps->find(RawLoc) != PrevAtProps->end()) in collectProperties() 86 PropsTy &props = AtProps[RawLoc]; in collectProperties()
|
D | TransGCAttrs.cpp | 88 unsigned RawLoc = Loc.getRawEncoding(); in handleAttr() local 89 if (MigrateCtx.AttrSet.count(RawLoc)) in handleAttr() 111 MigrateCtx.AttrSet.insert(RawLoc); in handleAttr()
|