Lines Matching defs:RawLoc
942 void *RawLoc = Loc.getPtrEncoding();
943 CXCursor C = {CXCursor_ObjCSuperClassRef, 0, {Super, RawLoc, TU}};
958 void *RawLoc = Loc.getPtrEncoding();
959 CXCursor C = {CXCursor_ObjCProtocolRef, 0, {Proto, RawLoc, TU}};
977 void *RawLoc = Loc.getPtrEncoding();
978 CXCursor C = {CXCursor_ObjCClassRef, 0, {Class, RawLoc, TU}};
992 void *RawLoc = Loc.getPtrEncoding();
993 CXCursor C = {CXCursor_TypeRef, 0, {Type, RawLoc, TU}};
1008 void *RawLoc = Loc.getPtrEncoding();
1009 CXCursor C = {CXCursor_TemplateRef, 0, {Template, RawLoc, TU}};
1026 void *RawLoc = Loc.getPtrEncoding();
1027 CXCursor C = {CXCursor_NamespaceRef, 0, {NS, RawLoc, TU}};
1042 void *RawLoc = Loc.getPtrEncoding();
1043 CXCursor C = {CXCursor_VariableRef, 0, {Var, RawLoc, TU}};
1059 void *RawLoc = Loc.getPtrEncoding();
1060 CXCursor C = {CXCursor_MemberRef, 0, {Field, RawLoc, TU}};
1156 void *RawLoc = Loc.getPtrEncoding();
1157 CXCursor C = {CXCursor_LabelRef, 0, {Label, RawLoc, TU}};
1172 void *RawLoc = E->getNameLoc().getPtrEncoding();
1174 CXCursor_OverloadedDeclRef, 0, {Storage.getOpaqueValue(), RawLoc, TU}};
1182 void *RawLoc = Loc.getPtrEncoding();
1185 CXCursor_OverloadedDeclRef, 0, {Storage.getOpaqueValue(), RawLoc, TU}};
1193 void *RawLoc = Loc.getPtrEncoding();
1196 CXCursor_OverloadedDeclRef, 0, {Storage.getOpaqueValue(), RawLoc, TU}};