Home | History | Annotate | Download | only in libclang

Lines Matching refs:RawLoc

522   void *RawLoc = Loc.getPtrEncoding();
523 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } };
538 void *RawLoc = Loc.getPtrEncoding();
539 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } };
557 void *RawLoc = Loc.getPtrEncoding();
558 CXCursor C = { CXCursor_ObjCClassRef, 0, { Class, RawLoc, TU } };
572 void *RawLoc = Loc.getPtrEncoding();
573 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } };
588 void *RawLoc = Loc.getPtrEncoding();
589 RawLoc, TU } };
606 void *RawLoc = Loc.getPtrEncoding();
607 CXCursor C = { CXCursor_NamespaceRef, 0, { NS, RawLoc, TU } };
622 void *RawLoc = Loc.getPtrEncoding();
623 CXCursor C = { CXCursor_VariableRef, 0, { Var, RawLoc, TU } };
638 void *RawLoc = Loc.getPtrEncoding();
639 CXCursor C = { CXCursor_MemberRef, 0, { Field, RawLoc, TU } };
735 void *RawLoc = Loc.getPtrEncoding();
736 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } };
751 void *RawLoc = E->getNameLoc().getPtrEncoding();
754 { Storage.getOpaqueValue(), RawLoc, TU }
763 void *RawLoc = Loc.getPtrEncoding();
767 { Storage.getOpaqueValue(), RawLoc, TU }
776 void *RawLoc = Loc.getPtrEncoding();
780 { Storage.getOpaqueValue(), RawLoc, TU }