HomeSort by: relevance | last modified time | path
    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