Home
last modified time | relevance | path

Searched refs:PendingUndeducedFunctionDecls (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h556 llvm::SmallVector<FunctionDecl *, 4> PendingUndeducedFunctionDecls; variable
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp9689 PendingUndeducedFunctionDecls.push_back(FD); in finishPendingActions()
10262 auto UDTUpdates = std::move(PendingUndeducedFunctionDecls); in FinishedDeserializing()
10263 PendingUndeducedFunctionDecls.clear(); in FinishedDeserializing()