Home
last modified time | relevance | path

Searched defs:cxSourceRange (Results 1 – 5 of 5) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Dfixit.cpp51 CXSourceRange cxSourceRange; in FixIt() local
H A Dsourcerange.cpp97 SourceRange::SourceRange(CXTranslationUnit translationUnit, CXSourceRange cxSourceRange) in SourceRange()
H A Dcodecompletionsextractor.cpp399 SourceRangeContainer toRangeContainer(const UnsavedFile &file, CXSourceRange cxSourceRange) in toRangeContainer()
H A Dcursor.cpp321 CXSourceRange Cursor::cxSourceRange() const in cxSourceRange() function in ClangBackEnd::Cursor
H A Dtokeninfo.cpp269 static uint getEnd(CXSourceRange cxSourceRange) in getEnd()