Home
last modified time | relevance | path

Searched defs:RawLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.cpp631 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCSuperClassRef() local
647 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCProtocolRef() local
666 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCClassRef() local
681 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorTypeRef() local
697 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorTemplateRef() local
715 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorNamespaceRef() local
731 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorVariableRef() local
747 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorMemberRef() local
845 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorLabelRef() local
861 void *RawLoc = E->getNameLoc().getPtrEncoding(); in MakeCursorOverloadedDeclRef() local
[all …]
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp88 unsigned RawLoc = Loc.getRawEncoding(); in handleAttr() local
DTransProperties.cpp82 unsigned RawLoc = Prop->getAtLoc().getRawEncoding(); in collectProperties() local
/external/clang/include/clang/Serialization/
DASTReader.h475 unsigned RawLoc; member