Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp64 return OS << "Cursor (" << ResName << "): " << CursorLoc << "\n"; in log()
H A DResourceScriptStmt.h400 StringRef CursorLoc;
403 : RCResource(Flags), CursorLoc(Location) {} in CursorResource()
H A DResourceFileWriter.cpp879 FileStr = CursorRes->CursorLoc; in visitIconOrCursorResource()
/llvm-project-15.0.7/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()