Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTWriter.h313 llvm::SmallPtrSet<const DeclContext *, 16> UpdatedDeclContexts; variable
632 UpdatedDeclContexts.insert(DC); in AddUpdatedDeclContext()
/external/clang/lib/Serialization/
DASTWriter.cpp3910 I = UpdatedDeclContexts.begin(), in WriteASTCore()
3911 E = UpdatedDeclContexts.end(); in WriteASTCore()