Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp668 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorObjCSuperClassRef()
684 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorObjCProtocolRef()
703 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorObjCClassRef()
718 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorTypeRef()
734 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorTemplateRef()
752 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorNamespaceRef()
768 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorVariableRef()
784 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorMemberRef()
810 SourceRange Range(SourceLocation::getFromPtrEncoding(C.data[0]), in getCursorPreprocessingDirective()
811 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorPreprocessingDirective()
[all …]
DCXCursor.h184 return SourceLocation::getFromPtrEncoding(C.data[1]); in getPseudoLoc()
DCIndex.cpp1824 return SourceLocation::getFromPtrEncoding(data[1]); } in getLoc()
/external/llvm-project/clang/tools/libclang/
DCXCursor.cpp825 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorObjCSuperClassRef()
841 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorObjCProtocolRef()
860 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorObjCClassRef()
875 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorTypeRef()
891 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorTemplateRef()
909 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorNamespaceRef()
925 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorVariableRef()
942 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorMemberRef()
967 SourceRange Range(SourceLocation::getFromPtrEncoding(C.data[0]), in getCursorPreprocessingDirective()
968 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorPreprocessingDirective()
[all …]
DCXCursor.h180 return SourceLocation::getFromPtrEncoding(C.data[1]); in getPseudoLoc()
DCIndex.cpp1925 return SourceLocation::getFromPtrEncoding(data[1]); in getLoc()
/external/clang/include/clang/Basic/
DSourceLocation.h171 static SourceLocation getFromPtrEncoding(const void *Encoding) { in getFromPtrEncoding() function
/external/llvm-project/clang/include/clang/Basic/
DSourceLocation.h173 static SourceLocation getFromPtrEncoding(const void *Encoding) {
/external/clang/include/clang/Analysis/
DProgramPoint.h535 return SourceLocation::getFromPtrEncoding(getData1()); in getLocation()
/external/llvm-project/clang/include/clang/Analysis/
DProgramPoint.h567 return SourceLocation::getFromPtrEncoding(getData1()); in getLocation()