OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdatedDeclContexts
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h
415
llvm::SmallSetVector<const DeclContext *, 16>
UpdatedDeclContexts
;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
3847
UpdatedDeclContexts
.insert(DC->getPrimaryContext());
4786
for (auto *DC :
UpdatedDeclContexts
)
4912
UpdatedDeclContexts
.insert(RD->getPrimaryContext());
5745
if (
UpdatedDeclContexts
.insert(DC) && !cast<Decl>(DC)->isFromASTFile()) {
ASTWriterDecl.cpp
327
Writer.
UpdatedDeclContexts
.insert(NS->getPrimaryContext());
Completed in 23 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026