OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PendingDeclContextInfos
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h
1109
std::deque<PendingDeclContextInfo>
PendingDeclContextInfos
;
1449
PendingDeclContextInfos
.push_back(Info);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
9161
!PendingMacroIDs.empty() || !
PendingDeclContextInfos
.empty() ||
9239
while (!
PendingDeclContextInfos
.empty()) {
9240
PendingDeclContextInfo Info =
PendingDeclContextInfos
.front();
9241
PendingDeclContextInfos
.pop_front();
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026