Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6132 unsigned getIndexOfControllingType() const { in getIndexOfControllingType() function
6382 return getTrailingObjects<TypeSourceInfo *>()[getIndexOfControllingType()]; in getControllingType()
6385 return getTrailingObjects<TypeSourceInfo *>()[getIndexOfControllingType()]; in getControllingType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4456 getTrailingObjects<TypeSourceInfo *>()[getIndexOfControllingType()] = in GenericSelectionExpr()
4504 getTrailingObjects<TypeSourceInfo *>()[getIndexOfControllingType()] = in GenericSelectionExpr()