Searched refs:TopLevelDeclsInPreamble (Results 1 – 2 of 2) sorted by relevance
294 std::vector<serialization::DeclID> TopLevelDeclsInPreamble; variable556 if (!TopLevelDeclsInPreamble.empty()) in top_level_begin()563 if (!TopLevelDeclsInPreamble.empty()) in top_level_end()570 return TopLevelDeclsInPreamble.size() + TopLevelDecls.size(); in top_level_size()575 return TopLevelDeclsInPreamble.empty() && TopLevelDecls.empty(); in top_level_empty()595 TopLevelDeclsInPreamble.push_back(D); in addTopLevelDeclFromPreamble()
1099 TopLevelDeclsInPreamble.clear(); in Parse()1558 TopLevelDeclsInPreamble.clear(); in getMainBufferWithPrecompiledPreamble()1606 TopLevelDeclsInPreamble.clear(); in getMainBufferWithPrecompiledPreamble()1651 Resolved.reserve(TopLevelDeclsInPreamble.size()); in RealizeTopLevelDeclsFromPreamble()1653 for (serialization::DeclID TopLevelDecl : TopLevelDeclsInPreamble) { in RealizeTopLevelDeclsFromPreamble()1659 TopLevelDeclsInPreamble.clear(); in RealizeTopLevelDeclsFromPreamble()