Searched refs:CursorLoc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceScriptStmt.cpp | 64 return OS << "Cursor (" << ResName << "): " << CursorLoc << "\n"; in log()
|
H A D | ResourceScriptStmt.h | 399 StringRef CursorLoc; 402 : RCResource(Flags), CursorLoc(Location) {} in CursorResource()
|
H A D | ResourceFileWriter.cpp | 879 FileStr = CursorRes->CursorLoc; in visitIconOrCursorResource()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | c-index-test.c | 2915 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()
|