Searched refs:TopLevelDeclsInPreamble (Results 1 – 2 of 2) sorted by relevance
292 std::vector<serialization::DeclID> TopLevelDeclsInPreamble; variable552 if (!TopLevelDeclsInPreamble.empty()) in top_level_begin()559 if (!TopLevelDeclsInPreamble.empty()) in top_level_end()566 return TopLevelDeclsInPreamble.size() + TopLevelDecls.size(); in top_level_size()571 return TopLevelDeclsInPreamble.empty() && TopLevelDecls.empty(); in top_level_empty()591 TopLevelDeclsInPreamble.push_back(D); in addTopLevelDeclFromPreamble()
1082 TopLevelDeclsInPreamble.clear(); in Parse()1531 TopLevelDeclsInPreamble.clear(); in getMainBufferWithPrecompiledPreamble()1579 TopLevelDeclsInPreamble.clear(); in getMainBufferWithPrecompiledPreamble()1624 Resolved.reserve(TopLevelDeclsInPreamble.size()); in RealizeTopLevelDeclsFromPreamble()1626 for (serialization::DeclID TopLevelDecl : TopLevelDeclsInPreamble) { in RealizeTopLevelDeclsFromPreamble()1632 TopLevelDeclsInPreamble.clear(); in RealizeTopLevelDeclsFromPreamble()