Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/mpi/
H A DBufferDerefCheck.cpp85 const Type *BufferType = BufferTypes[I]; in checkBuffers() local
/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp29 using BufferType = SmallString<64>; typedef