Searched refs:clang_getFileLocation (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | libclang.map | 302 clang_getFileLocation;
|
| H A D | CXSourceLocation.cpp | 340 void clang_getFileLocation(CXSourceLocation location, in clang_getFileLocation() function
|
| H A D | CIndex.cpp | 6073 clang_getFileLocation(Loc, &SearchFile, &SearchLine, &SearchColumn, in clang_getCursor() 6075 clang_getFileLocation(ResultLoc, &ResultFile, &ResultLine, &ResultColumn, in clang_getCursor() 6099 clang_getFileLocation(DefinitionLoc, &DefinitionFile, &DefinitionLine, in clang_getCursor() 9386 clang_getFileLocation(Loc, &File, &Line, &Column, nullptr); in operator <<() 9399 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr); in operator <<() 9403 clang_getFileLocation(ELoc, &EFile, &ELine, &EColumn, nullptr); in operator <<()
|
| /llvm-project-15.0.7/clang/include/clang-c/ |
| H A D | Index.h | 674 CINDEX_LINKAGE void clang_getFileLocation(CXSourceLocation location,
|