Home
last modified time | relevance | path

Searched refs:getPtrEncoding (Results 1 – 10 of 10) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.cpp659 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCSuperClassRef()
675 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCProtocolRef()
694 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCClassRef()
709 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorTypeRef()
725 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorTemplateRef()
743 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorNamespaceRef()
759 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorVariableRef()
775 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorMemberRef()
801 { Range.getBegin().getPtrEncoding(), in MakePreprocessingDirectiveCursor()
802 Range.getEnd().getPtrEncoding(), in MakePreprocessingDirectiveCursor()
[all …]
DCIndex.cpp1815 labelLoc.getPtrEncoding()) {} in LabelRefVisit()
1873 L.getPtrEncoding()) {} in MemberRefVisit()
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp816 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCSuperClassRef()
832 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCProtocolRef()
851 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorObjCClassRef()
866 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorTypeRef()
882 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorTemplateRef()
900 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorNamespaceRef()
916 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorVariableRef()
933 void *RawLoc = Loc.getPtrEncoding(); in MakeCursorMemberRef()
961 {Range.getBegin().getPtrEncoding(), Range.getEnd().getPtrEncoding(), TU}}; in MakePreprocessingDirectiveCursor()
994 CXCursor C = {CXCursor_MacroExpansion, 0, {MI, Loc.getPtrEncoding(), TU}}; in MakeMacroExpansionCursor()
[all …]
DCIndex.cpp1916 labelLoc.getPtrEncoding()) {} in LabelRefVisit()
1975 L.getPtrEncoding()) {} in MemberRefVisit()
/external/clang/include/clang/Basic/
DSourceLocation.h163 void* getPtrEncoding() const { in getPtrEncoding() function
428 return L.getPtrEncoding();
/external/llvm-project/clang/include/clang/Basic/
DSourceLocation.h165 void* getPtrEncoding() const {
519 return L.getPtrEncoding();
/external/clang/include/clang/Analysis/
DProgramPoint.h531 : ProgramPoint(Loc.getPtrEncoding(), D, K, L, Tag) {} in ImplicitCallPoint()
/external/llvm-project/clang/include/clang/Analysis/
DProgramPoint.h563 : ProgramPoint(Loc.getPtrEncoding(), D, K, L, Tag) {} in ImplicitCallPoint()
/external/clang/lib/Parse/
DParseStmtAsm.cpp613 if (Parser->parseMSInlineAsm(AsmLoc.getPtrEncoding(), AsmStringIR, NumOutputs, in ParseMicrosoftAsmStatement()
/external/llvm-project/clang/lib/Parse/
DParseStmtAsm.cpp633 if (Parser->parseMSInlineAsm(AsmLoc.getPtrEncoding(), AsmStringIR, NumOutputs, in ParseMicrosoftAsmStatement()