Home
last modified time | relevance | path

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

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