Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp64 return OS << "Cursor (" << ResName << "): " << CursorLoc << "\n"; in log()
H A DResourceScriptStmt.h399 StringRef CursorLoc;
402 : RCResource(Flags), CursorLoc(Location) {} in CursorResource()
H A DResourceFileWriter.cpp879 FileStr = CursorRes->CursorLoc; in visitIconOrCursorResource()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2915 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor); in inspect_print_cursor() local
2919 clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0); in inspect_print_cursor()
3029 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor); in inspect_evaluate_cursor() local
3035 clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0); in inspect_evaluate_cursor()
3066 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor); in inspect_macroinfo_cursor() local
3070 clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0); in inspect_macroinfo_cursor()