Searched refs:TopLevelDeclsInPreamble (Results 1 – 2 of 2) sorted by relevance
241 std::vector<serialization::DeclID> TopLevelDeclsInPreamble; variable503 if (!TopLevelDeclsInPreamble.empty()) in top_level_begin()510 if (!TopLevelDeclsInPreamble.empty()) in top_level_end()517 return TopLevelDeclsInPreamble.size() + TopLevelDecls.size(); in top_level_size()522 return TopLevelDeclsInPreamble.empty() && TopLevelDecls.empty(); in top_level_empty()
1201 TopLevelDeclsInPreamble.clear(); in Parse()1354 TopLevelDeclsInPreamble.clear(); in getMainBufferWithPrecompiledPreamble()1425 TopLevelDeclsInPreamble = Callbacks.takeTopLevelDeclIDs(); in getMainBufferWithPrecompiledPreamble()1449 Resolved.reserve(TopLevelDeclsInPreamble.size()); in RealizeTopLevelDeclsFromPreamble()1451 for (const auto TopLevelDecl : TopLevelDeclsInPreamble) { in RealizeTopLevelDeclsFromPreamble()1457 TopLevelDeclsInPreamble.clear(); in RealizeTopLevelDeclsFromPreamble()