Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h186 std::queue<DeclOrType> DeclTypesToEmit; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4886 while (!DeclTypesToEmit.empty()) { in WriteASTCore()
4887 DeclOrType DOT = DeclTypesToEmit.front(); in WriteASTCore()
4888 DeclTypesToEmit.pop(); in WriteASTCore()
5395 DeclTypesToEmit.push(T); in GetOrCreateTypeID()
5441 DeclTypesToEmit.push(const_cast<Decl *>(D)); in GetDeclRef()