Home | History | Annotate | Download | only in libclang

Lines Matching defs:RawLoc

631   void *RawLoc = Loc.getPtrEncoding();
632 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } };
647 void *RawLoc = Loc.getPtrEncoding();
648 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } };
666 void *RawLoc = Loc.getPtrEncoding();
667 CXCursor C = { CXCursor_ObjCClassRef, 0, { Class, RawLoc, TU } };
681 void *RawLoc = Loc.getPtrEncoding();
682 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } };
697 void *RawLoc = Loc.getPtrEncoding();
698 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, TU } };
715 void *RawLoc = Loc.getPtrEncoding();
716 CXCursor C = { CXCursor_NamespaceRef, 0, { NS, RawLoc, TU } };
731 void *RawLoc = Loc.getPtrEncoding();
732 CXCursor C = { CXCursor_VariableRef, 0, { Var, RawLoc, TU } };
747 void *RawLoc = Loc.getPtrEncoding();
748 CXCursor C = { CXCursor_MemberRef, 0, { Field, RawLoc, TU } };
845 void *RawLoc = Loc.getPtrEncoding();
846 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } };
861 void *RawLoc = E->getNameLoc().getPtrEncoding();
864 { Storage.getOpaqueValue(), RawLoc, TU }
873 void *RawLoc = Loc.getPtrEncoding();
877 { Storage.getOpaqueValue(), RawLoc, TU }
886 void *RawLoc = Loc.getPtrEncoding();
890 { Storage.getOpaqueValue(), RawLoc, TU }