Searched refs:FoundArray (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3845 const ArrayType *FoundArray local
3849 if (FoundArray && TArray) {
3850 if (isa<IncompleteArrayType>(FoundArray) &&
3861 isa<ConstantArrayType>(FoundArray)) {

Completed in 113 milliseconds