OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCursorLabelRef
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h
212
std::pair<const LabelStmt *, SourceLocation>
getCursorLabelRef
(CXCursor C);
CXCursor.cpp
1051
cxcursor::
getCursorLabelRef
(CXCursor C) {
CIndex.cpp
4675
const LabelStmt *Label =
getCursorLabelRef
(C).first;
6034
std::pair<const LabelStmt *, SourceLocation> P =
getCursorLabelRef
(C);
6166
return
getCursorLabelRef
(C).second;
6383
getCursorLabelRef
(C).first,
Completed in 20 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026