OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CursorLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.h
399
StringRef
CursorLoc
;
402
: RCResource(Flags),
CursorLoc
(Location) {}
/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 18 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026