Home
last modified time | relevance | path

Searched refs:UpdatedDeclContexts (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTWriter.h318 llvm::SmallPtrSet<const DeclContext *, 16> UpdatedDeclContexts; variable
649 UpdatedDeclContexts.insert(DC); in AddUpdatedDeclContext()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp4254 I = UpdatedDeclContexts.begin(), in WriteASTCore()
4255 E = UpdatedDeclContexts.end(); in WriteASTCore()