Searched refs:ToAssocTypes (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 7273 SmallVector<TypeSourceInfo *, 1> ToAssocTypes(FromAssocTypes.size()); in VisitGenericSelectionExpr() local 7274 if (Error Err = ImportContainerChecked(FromAssocTypes, ToAssocTypes)) in VisitGenericSelectionExpr() 7286 ToCtx, ToGenericLoc, ToControllingExpr, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr() 7291 ToCtx, ToGenericLoc, ToControllingType, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr() 7298 ToCtx, ToGenericLoc, ToControllingExpr, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr() 7303 ToCtx, ToGenericLoc, ToControllingType, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
|