Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2663 const QualType &ArrayEltT = CAT->getElementType(); in fixVarDeclWithArray() local
2664 assert(!ArrayEltT.isNull() && "Trying to fix a non-array type variable!"); in fixVarDeclWithArray()
2666 if (isa<clang::ArrayType>(ArrayEltT.getCanonicalType())) in fixVarDeclWithArray()