Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7723 SmallVector<TypeSourceInfo *, 1> ToAssocTypes(FromAssocTypes.size()); in VisitGenericSelectionExpr() local
7724 if (Error Err = ImportContainerChecked(FromAssocTypes, ToAssocTypes)) in VisitGenericSelectionExpr()
7736 ToCtx, ToGenericLoc, ToControllingExpr, ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
7741 ToCtx, ToGenericLoc, ToControllingType, ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
7748 ToCtx, ToGenericLoc, ToControllingExpr, ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
7753 ToCtx, ToGenericLoc, ToControllingType, ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()