Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5783 if (auto *CAT1 = dyn_cast<ConstantArrayType>(AT1)) { in UnwrapSimilarArrayTypes() local
5785 if (!CAT2 || CAT1->getSize() != CAT2->getSize()) in UnwrapSimilarArrayTypes()