Searched defs:FoundArray (Results 1 - 1 of 1) sorted by path

/external/clang/lib/AST/
H A DASTImporter.cpp3051 const ArrayType *FoundArray local
3055 if (FoundArray && TArray) {
3056 if (isa<IncompleteArrayType>(FoundArray) &&
3067 isa<ConstantArrayType>(FoundArray)) {

Completed in 295 milliseconds