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.h5933 unsigned getIndexOfControllingType() const { in getIndexOfControllingType() function
6183 return getTrailingObjects<TypeSourceInfo *>()[getIndexOfControllingType()]; in getControllingType()
6186 return getTrailingObjects<TypeSourceInfo *>()[getIndexOfControllingType()]; in getControllingType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4429 getTrailingObjects<TypeSourceInfo *>()[getIndexOfControllingType()] = in GenericSelectionExpr()
4479 getTrailingObjects<TypeSourceInfo *>()[getIndexOfControllingType()] = in GenericSelectionExpr()