Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp522 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCSuperClassRef() local
538 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCProtocolRef() local
557 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCClassRef() local
572 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorTypeRef() local
588 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorTemplateRef() local
606 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorNamespaceRef() local
622 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorVariableRef() local
638 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorMemberRef() local
735 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorLabelRef() local
751 void *RawLoc = E->getNameLoc().getPtrEncoding(); in MakeCursorOverloadedDeclRef() local
[all …]
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp88 unsigned RawLoc = Loc.getRawEncoding(); in handleAttr() local
DTransProperties.cpp83 unsigned RawLoc = propI->getAtLoc().getRawEncoding(); in collectProperties() local
/external/clang/include/clang/Serialization/
DASTReader.h371 unsigned RawLoc; member