Searched refs:TopLevelDeclsInPreamble (Results 1 – 2 of 2) sorted by relevance
242 std::vector<serialization::DeclID> TopLevelDeclsInPreamble; variable504 if (!TopLevelDeclsInPreamble.empty()) in top_level_begin()511 if (!TopLevelDeclsInPreamble.empty()) in top_level_end()518 return TopLevelDeclsInPreamble.size() + TopLevelDecls.size(); in top_level_size()523 return TopLevelDeclsInPreamble.empty() && TopLevelDecls.empty(); in top_level_empty()
1175 TopLevelDeclsInPreamble.clear(); in Parse()1328 TopLevelDeclsInPreamble.clear(); in getMainBufferWithPrecompiledPreamble()1399 TopLevelDeclsInPreamble = Callbacks.takeTopLevelDeclIDs(); in getMainBufferWithPrecompiledPreamble()1423 Resolved.reserve(TopLevelDeclsInPreamble.size()); in RealizeTopLevelDeclsFromPreamble()1425 for (const auto TopLevelDecl : TopLevelDeclsInPreamble) { in RealizeTopLevelDeclsFromPreamble()1431 TopLevelDeclsInPreamble.clear(); in RealizeTopLevelDeclsFromPreamble()