Searched refs:clang_getFileLocation (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | libclang.exports | 241 clang_getFileLocation
|
H A D | CXSourceLocation.cpp | 340 void clang_getFileLocation(CXSourceLocation location, in clang_getFileLocation() function
|
H A D | CIndex.cpp | 5847 clang_getFileLocation(Loc, &SearchFile, &SearchLine, &SearchColumn, in clang_getCursor() 5849 clang_getFileLocation(ResultLoc, &ResultFile, &ResultLine, &ResultColumn, in clang_getCursor() 5873 clang_getFileLocation(DefinitionLoc, &DefinitionFile, &DefinitionLine, in clang_getCursor() 9127 clang_getFileLocation(Loc, &File, &Line, &Column, nullptr); in operator <<() 9140 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr); in operator <<() 9144 clang_getFileLocation(ELoc, &EFile, &ELine, &EColumn, nullptr); in operator <<()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/ |
H A D | Index.h | 674 CINDEX_LINKAGE void clang_getFileLocation(CXSourceLocation location,
|