OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InclusionStack
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexInclusionStack.cpp
27
SmallVector<CXSourceLocation, 10>
InclusionStack
;
48
InclusionStack
.clear();
51
InclusionStack
.push_back(cxloc::translateSourceLocation(Ctx, L));
57
if (HasPreamble && !
InclusionStack
.empty())
58
InclusionStack
.pop_back();
64
InclusionStack
.data(),
InclusionStack
.size(), clientData);
Completed in 16 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026