Searched refs:clang_getFileLocation (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp340 void clang_getFileLocation(CXSourceLocation location, function
H A DCIndex.cpp5847 clang_getFileLocation(Loc, &SearchFile, &SearchLine, &SearchColumn,
5849 clang_getFileLocation(ResultLoc, &ResultFile, &ResultLine, &ResultColumn,
5873 clang_getFileLocation(DefinitionLoc, &DefinitionFile, &DefinitionLine,
9127 clang_getFileLocation(Loc, &File, &Line, &Column, nullptr);
9140 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr);
9144 clang_getFileLocation(ELoc, &EFile, &ELine, &EColumn, nullptr);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h674 CINDEX_LINKAGE void clang_getFileLocation(CXSourceLocation location,

Completed in 283 milliseconds