Home
last modified time | relevance | path

Searched refs:clang_indexLoc_getFileLocation (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A Dlibclang.map353 clang_indexLoc_getFileLocation;
H A DIndexing.cpp970 void clang_indexLoc_getFileLocation(CXIdxLoc location, in clang_indexLoc_getFileLocation() function
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h6259 CINDEX_LINKAGE void clang_indexLoc_getFileLocation(CXIdxLoc loc,
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c3426 clang_indexLoc_getFileLocation(loc, &file, 0, &line, &column, 0); in printCXIndexLoc()
3475 clang_indexLoc_getFileLocation(loc, &file, 0, &line, &column, 0); in makeClientContainer()