HomeSort by: relevance | last modified time | path
    Searched refs:CursorLoc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.cpp 64 return OS << "Cursor (" << ResName << "): " << CursorLoc << "\n";
ResourceScriptStmt.h 399 StringRef CursorLoc;
402 : RCResource(Flags), CursorLoc(Location) {}
ResourceFileWriter.cpp 879 FileStr = CursorRes->CursorLoc;
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 2915 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor);
2919 clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0);
3029 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor);
3035 clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0);
3066 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor);
3070 clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0);

Completed in 21 milliseconds