Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5631 ControllingIndex = 0, enumerator
5798 return cast<Expr>(getTrailingObjects<Stmt *>()[ControllingIndex]); in getControllingExpr()
5801 return cast<Expr>(getTrailingObjects<Stmt *>()[ControllingIndex]); in getControllingExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4206 getTrailingObjects<Stmt *>()[ControllingIndex] = ControllingExpr; in GenericSelectionExpr()
4229 getTrailingObjects<Stmt *>()[ControllingIndex] = ControllingExpr; in GenericSelectionExpr()