Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7259 Expr *ToControllingExpr = nullptr; in VisitGenericSelectionExpr() local
7262 ToControllingExpr = importChecked(Err, E->getControllingExpr()); in VisitGenericSelectionExpr()
7265 assert((ToControllingExpr || ToControllingType) && in VisitGenericSelectionExpr()
7284 if (ToControllingExpr) { in VisitGenericSelectionExpr()
7286 ToCtx, ToGenericLoc, ToControllingExpr, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
7296 if (ToControllingExpr) { in VisitGenericSelectionExpr()
7298 ToCtx, ToGenericLoc, ToControllingExpr, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()