Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7361 Expr *ToControllingExpr = nullptr; in VisitGenericSelectionExpr() local
7364 ToControllingExpr = importChecked(Err, E->getControllingExpr()); in VisitGenericSelectionExpr()
7367 assert((ToControllingExpr || ToControllingType) && in VisitGenericSelectionExpr()
7386 if (ToControllingExpr) { in VisitGenericSelectionExpr()
7388 ToCtx, ToGenericLoc, ToControllingExpr, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
7398 if (ToControllingExpr) { in VisitGenericSelectionExpr()
7400 ToCtx, ToGenericLoc, ToControllingExpr, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()