OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MakeCursorTypeRef
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h
88
CXCursor
MakeCursorTypeRef
(const TypeDecl *Type, SourceLocation Loc,
CXCursor.cpp
878
CXCursor cxcursor::
MakeCursorTypeRef
(const TypeDecl *Type, SourceLocation Loc,
1224
return
MakeCursorTypeRef
(Typedef->getDecl(), Loc, TU);
1226
return
MakeCursorTypeRef
(Tag->getDecl(), Loc, TU);
1228
return
MakeCursorTypeRef
(TemplP->getDecl(), Loc, TU);
CIndex.cpp
1366
return Visit(
MakeCursorTypeRef
(Typedef->getDecl(), Range.getBegin(), TU));
1368
return Visit(
MakeCursorTypeRef
(Tag->getDecl(), Range.getBegin(), TU));
1577
MakeCursorTypeRef
(Typedef->getDecl(), TL.getBuiltinLoc(), TU));
1584
return Visit(
MakeCursorTypeRef
(TL.getTypedefNameDecl(), TL.getNameLoc(), TU));
1588
return Visit(
MakeCursorTypeRef
(TL.getDecl(), TL.getNameLoc(), TU));
1595
return Visit(
MakeCursorTypeRef
(TL.getDecl(), TL.getNameLoc(), TU));
1599
return Visit(
MakeCursorTypeRef
(TL.getDecl(), TL.getNameLoc(), TU));
1607
if (Visit(
MakeCursorTypeRef
(TL.getDecl(), TL.getBeginLoc(), TU)))
1782
return Visit(
MakeCursorTypeRef
(TL.getDecl(), TL.getNameLoc(), TU));
3291
if (Visit(
MakeCursorTypeRef
(cast<TemplateTypeParmDecl>(Pack)
[
all
...]
CXIndexDataConsumer.cpp
1196
return
MakeCursorTypeRef
(TD, Loc, CXTU);
Completed in 19 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026