Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp596 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCSuperClassRef() local
612 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCProtocolRef() local
631 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCClassRef() local
646 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorTypeRef() local
662 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorTemplateRef() local
680 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorNamespaceRef() local
696 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorVariableRef() local
712 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorMemberRef() local
809 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorLabelRef() local
825 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.h458 unsigned RawLoc; member