Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h555 llvm::SmallVector<FunctionDecl *, 4> PendingUndeducedFunctionDecls; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9549 PendingUndeducedFunctionDecls.push_back(FD); in finishPendingActions()
10121 auto UDTUpdates = std::move(PendingUndeducedFunctionDecls); in FinishedDeserializing()
10122 PendingUndeducedFunctionDecls.clear(); in FinishedDeserializing()