Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h5564 ControllingIndex = 0, enumerator
5731 return cast<Expr>(getTrailingObjects<Stmt *>()[ControllingIndex]); in getControllingExpr()
5734 return cast<Expr>(getTrailingObjects<Stmt *>()[ControllingIndex]); in getControllingExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4135 getTrailingObjects<Stmt *>()[ControllingIndex] = ControllingExpr; in GenericSelectionExpr()
4158 getTrailingObjects<Stmt *>()[ControllingIndex] = ControllingExpr; in GenericSelectionExpr()