Searched refs:CursorLoc (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
D | ResourceScriptStmt.cpp | 65 return OS << "Cursor (" << ResName << "): " << CursorLoc << "\n"; in log()
|
D | ResourceScriptStmt.h | 345 StringRef CursorLoc; 348 : RCResource(Flags), CursorLoc(Location) {} in CursorResource()
|
D | ResourceFileWriter.cpp | 874 FileStr = CursorRes->CursorLoc; in visitIconOrCursorResource()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 2392 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor); in inspect_print_cursor() local 2396 clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0); in inspect_print_cursor() 2497 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor); in inspect_evaluate_cursor() local 2503 clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0); in inspect_evaluate_cursor() 2534 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor); in inspect_macroinfo_cursor() local 2538 clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0); in inspect_macroinfo_cursor()
|