Searched refs:getPtrEncoding (Results 1 – 10 of 10) sorted by relevance
/external/clang/tools/libclang/ |
D | CXCursor.cpp | 659 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 …]
|
D | CIndex.cpp | 1815 labelLoc.getPtrEncoding()) {} in LabelRefVisit() 1873 L.getPtrEncoding()) {} in MemberRefVisit()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXCursor.cpp | 816 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 …]
|
D | CIndex.cpp | 1916 labelLoc.getPtrEncoding()) {} in LabelRefVisit() 1975 L.getPtrEncoding()) {} in MemberRefVisit()
|
/external/clang/include/clang/Basic/ |
D | SourceLocation.h | 163 void* getPtrEncoding() const { in getPtrEncoding() function 428 return L.getPtrEncoding();
|
/external/llvm-project/clang/include/clang/Basic/ |
D | SourceLocation.h | 165 void* getPtrEncoding() const { 519 return L.getPtrEncoding();
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 531 : ProgramPoint(Loc.getPtrEncoding(), D, K, L, Tag) {} in ImplicitCallPoint()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 563 : ProgramPoint(Loc.getPtrEncoding(), D, K, L, Tag) {} in ImplicitCallPoint()
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 613 if (Parser->parseMSInlineAsm(AsmLoc.getPtrEncoding(), AsmStringIR, NumOutputs, in ParseMicrosoftAsmStatement()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 633 if (Parser->parseMSInlineAsm(AsmLoc.getPtrEncoding(), AsmStringIR, NumOutputs, in ParseMicrosoftAsmStatement()
|