Home
last modified time | relevance | path

Searched defs:Indirections (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIsolateDeclarationCheck.cpp35 int Indirections, in findStartOfIndirection()
60 static int countIndirections(const Type *T, int Indirections = 0) { in countIndirections()
/external/llvm-project/clang-tools-extra/clang-tidy/mpi/
DBufferDerefCheck.cpp87 llvm::SmallVector<IndirectionType, 1> Indirections; in checkBuffers() local