OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXCursor_MacroExpansion
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexHigh.cpp
268
else if (cursor.kind ==
CXCursor_MacroExpansion
)
310
Cursor.kind !=
CXCursor_MacroExpansion
)
444
cursor.kind ==
CXCursor_MacroExpansion
) {
CXCursor.h
185
assert(C.kind ==
CXCursor_MacroExpansion
);
CXCursor.cpp
1001
CXCursor C = {
CXCursor_MacroExpansion
, 0, {MI, nullptr, TU}};
1009
CXCursor C = {
CXCursor_MacroExpansion
, 0, {MI, Loc.getPtrEncoding(), TU}};
CIndex.cpp
3802
} else if (C.kind ==
CXCursor_MacroExpansion
) {
4740
if (C.kind ==
CXCursor_MacroExpansion
)
5526
case
CXCursor_MacroExpansion
:
5733
if (cursor.kind ==
CXCursor_MacroExpansion
&& Data->PointsAtMacroArgExpansion)
6061
if (C.kind ==
CXCursor_MacroExpansion
) {
6192
if (C.kind ==
CXCursor_MacroExpansion
) {
6333
if (C.kind ==
CXCursor_MacroExpansion
) {
6410
if (C.kind ==
CXCursor_MacroExpansion
)
7334
if (cursor.kind ==
CXCursor_MacroExpansion
) {
7341
if (Cursors[I].kind !=
CXCursor_MacroExpansion
)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h
2655
CXCursor_MacroExpansion
= 502,
2656
CXCursor_MacroInstantiation =
CXCursor_MacroExpansion
,
Completed in 26 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026