OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCursorTypeRef
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h
93
std::pair<const TypeDecl *, SourceLocation>
getCursorTypeRef
(CXCursor C);
CXType.cpp
263
QualType T = Context.getTypeDeclType(
getCursorTypeRef
(C).first);
CXCursor.cpp
887
cxcursor::
getCursorTypeRef
(CXCursor C) {
CIndex.cpp
4647
const TypeDecl *Type =
getCursorTypeRef
(C).first;
5995
std::pair<const TypeDecl *, SourceLocation> P =
getCursorTypeRef
(C);
6151
return
getCursorTypeRef
(C).second;
6363
return MakeCXCursor(
getCursorTypeRef
(C).first, tu);
Completed in 33 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026