Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h5643 ControllingIndex = 0, enumerator
5810 return cast<Expr>(getTrailingObjects<Stmt *>()[ControllingIndex]); in getControllingExpr()
5813 return cast<Expr>(getTrailingObjects<Stmt *>()[ControllingIndex]); in getControllingExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4232 getTrailingObjects<Stmt *>()[ControllingIndex] = ControllingExpr; in GenericSelectionExpr()
4255 getTrailingObjects<Stmt *>()[ControllingIndex] = ControllingExpr; in GenericSelectionExpr()