Searched refs:TopLevelDeclsInPreamble (Results 1 – 2 of 2) sorted by relevance
237 std::vector<serialization::DeclID> TopLevelDeclsInPreamble; variable499 if (!TopLevelDeclsInPreamble.empty()) in top_level_begin()506 if (!TopLevelDeclsInPreamble.empty()) in top_level_end()513 return TopLevelDeclsInPreamble.size() + TopLevelDecls.size(); in top_level_size()518 return TopLevelDeclsInPreamble.empty() && TopLevelDecls.empty(); in top_level_empty()
1151 TopLevelDeclsInPreamble.clear(); in Parse()1316 TopLevelDeclsInPreamble.clear(); in getMainBufferWithPrecompiledPreamble()1384 TopLevelDeclsInPreamble = Callbacks.takeTopLevelDeclIDs(); in getMainBufferWithPrecompiledPreamble()1408 Resolved.reserve(TopLevelDeclsInPreamble.size()); in RealizeTopLevelDeclsFromPreamble()1410 for (const auto TopLevelDecl : TopLevelDeclsInPreamble) { in RealizeTopLevelDeclsFromPreamble()1416 TopLevelDeclsInPreamble.clear(); in RealizeTopLevelDeclsFromPreamble()