Home
last modified time | relevance | path

Searched refs:clang_getRange (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports266 clang_getRange
H A DCXSourceLocation.cpp57 CXSourceRange clang_getRange(CXSourceLocation begin, CXSourceLocation end) { in clang_getRange() function
H A DCXLoadedDiagnostic.cpp304 SR = clang_getRange(startLoc, endLoc); in readRange()
H A DCIndex.cpp7815 *Log << clang_getRange(bloc, eloc); in clang_annotateTokens()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h524 CINDEX_LINKAGE CXSourceRange clang_getRange(CXSourceLocation begin,
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py317 return conf.lib.clang_getRange(start, end)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4234 range = clang_getRange(startLoc, endLoc); in perform_token_annotation()