Searched refs:PendingUndeducedFunctionDecls (Results 1 – 2 of 2) sorted by relevance
617 llvm::SmallVector<FunctionDecl *, 4> PendingUndeducedFunctionDecls; variable
10306 PendingUndeducedFunctionDecls.push_back(FD); in finishPendingActions()10920 !PendingUndeducedFunctionDecls.empty()) { in FinishedDeserializing()10943 auto UDTUpdates = std::move(PendingUndeducedFunctionDecls); in FinishedDeserializing()10944 PendingUndeducedFunctionDecls.clear(); in FinishedDeserializing()