OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCursorMemberRef
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h
127
std::pair<const FieldDecl *, SourceLocation>
getCursorMemberRef
(CXCursor C);
CXType.cpp
272
return cxtype::MakeCXType(
getCursorMemberRef
(C).first->getType(), TU);
CXCursor.cpp
954
cxcursor::
getCursorMemberRef
(CXCursor C) {
CIndex.cpp
4668
const FieldDecl *Field =
getCursorMemberRef
(C).first;
6011
std::pair<const FieldDecl *, SourceLocation> P =
getCursorMemberRef
(C);
6160
return
getCursorMemberRef
(C).second;
6372
return MakeCXCursor(
getCursorMemberRef
(C).first, tu);
Completed in 68 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026