Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIsolateDeclarationCheck.cpp60 static int countIndirections(const Type *T, int Indirections = 0) { in countIndirections() function
63 return countIndirections( in countIndirections()
71 return countIndirections(AT->getElementType().IgnoreParens().getTypePtr(), in countIndirections()
75 return countIndirections(T->getPointeeType().IgnoreParens().getTypePtr(), in countIndirections()
143 countIndirections(FirstDecl->getType().IgnoreParens().getTypePtr()), SM, in declRanges()