Home | History | Annotate | Download | only in libclang

Lines Matching refs:RawLoc

497   void *RawLoc = Loc.getPtrEncoding();
498 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } };
513 void *RawLoc = Loc.getPtrEncoding();
514 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto, RawLoc, TU } };
532 void *RawLoc = Loc.getPtrEncoding();
533 CXCursor C = { CXCursor_ObjCClassRef, 0, { Class, RawLoc, TU } };
547 void *RawLoc = Loc.getPtrEncoding();
548 CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } };
563 void *RawLoc = Loc.getPtrEncoding();
564 CXCursor C = { CXCursor_TemplateRef, 0, { Template, RawLoc, TU } };
581 void *RawLoc = Loc.getPtrEncoding();
582 CXCursor C = { CXCursor_NamespaceRef, 0, { NS, RawLoc, TU } };
597 void *RawLoc = Loc.getPtrEncoding();
598 CXCursor C = { CXCursor_VariableRef, 0, { Var, RawLoc, TU } };
613 void *RawLoc = Loc.getPtrEncoding();
614 CXCursor C = { CXCursor_MemberRef, 0, { Field, RawLoc, TU } };
710 void *RawLoc = Loc.getPtrEncoding();
711 CXCursor C = { CXCursor_LabelRef, 0, { Label, RawLoc, TU } };
726 void *RawLoc = E->getNameLoc().getPtrEncoding();
729 { Storage.getOpaqueValue(), RawLoc, TU }
738 void *RawLoc = Loc.getPtrEncoding();
742 { Storage.getOpaqueValue(), RawLoc, TU }
751 void *RawLoc = Loc.getPtrEncoding();
755 { Storage.getOpaqueValue(), RawLoc, TU }