Searched refs:ToAssocTypes (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 7375 SmallVector<TypeSourceInfo *, 1> ToAssocTypes(FromAssocTypes.size()); in VisitGenericSelectionExpr() local 7376 if (Error Err = ImportContainerChecked(FromAssocTypes, ToAssocTypes)) in VisitGenericSelectionExpr() 7388 ToCtx, ToGenericLoc, ToControllingExpr, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr() 7393 ToCtx, ToGenericLoc, ToControllingType, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr() 7400 ToCtx, ToGenericLoc, ToControllingExpr, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr() 7405 ToCtx, ToGenericLoc, ToControllingType, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
|