OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCursorNamespaceRef
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h
111
std::pair<const NamedDecl *, SourceLocation>
getCursorNamespaceRef
(CXCursor C);
CXCursor.cpp
921
cxcursor::
getCursorNamespaceRef
(CXCursor C) {
CIndex.cpp
4661
const NamedDecl *NS =
getCursorNamespaceRef
(C).first;
6006
std::pair<const NamedDecl *, SourceLocation> P =
getCursorNamespaceRef
(C);
6157
return
getCursorNamespaceRef
(C).second;
6369
return MakeCXCursor(
getCursorNamespaceRef
(C).first, tu);
Completed in 20 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026