Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.cpp65 return OS << "Cursor (" << ResName << "): " << CursorLoc << "\n"; in log()
DResourceScriptStmt.h345 StringRef CursorLoc;
348 : RCResource(Flags), CursorLoc(Location) {} in CursorResource()
DResourceFileWriter.cpp874 FileStr = CursorRes->CursorLoc; in visitIconOrCursorResource()
/external/clang/tools/c-index-test/
Dc-index-test.c2392 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()