Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6736 SmallVector<TypeSourceInfo *, 1> ToAssocTypes(FromAssocTypes.size()); in VisitGenericSelectionExpr() local
6737 if (Error Err = ImportContainerChecked(FromAssocTypes, ToAssocTypes)) in VisitGenericSelectionExpr()
6749 llvm::makeArrayRef(ToAssocTypes), llvm::makeArrayRef(ToAssocExprs), in VisitGenericSelectionExpr()
6754 ToCtx, ToGenericLoc, ToControllingExpr, llvm::makeArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()