Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h556 llvm::SmallVector<FunctionDecl *, 4> PendingUndeducedFunctionDecls; variable
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9744 PendingUndeducedFunctionDecls.push_back(FD); in finishPendingActions()
10317 auto UDTUpdates = std::move(PendingUndeducedFunctionDecls); in FinishedDeserializing()
10318 PendingUndeducedFunctionDecls.clear(); in FinishedDeserializing()