Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp605 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorObjCSuperClassRef()
621 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorObjCProtocolRef()
640 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorObjCClassRef()
655 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorTypeRef()
671 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorTemplateRef()
689 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorNamespaceRef()
705 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorVariableRef()
721 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorMemberRef()
747 SourceRange Range(SourceLocation::getFromPtrEncoding(C.data[0]), in getCursorPreprocessingDirective()
748 SourceLocation::getFromPtrEncoding(C.data[1])); in getCursorPreprocessingDirective()
[all …]
H A DCXCursor.h187 return SourceLocation::getFromPtrEncoding(C.data[1]); in getPseudoLoc()
H A DCIndex.cpp1753 return SourceLocation::getFromPtrEncoding(data[1]); } in getLoc()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h170 static SourceLocation getFromPtrEncoding(const void *Encoding) { in getFromPtrEncoding() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h512 return SourceLocation::getFromPtrEncoding(getData1()); in getLocation()