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

/external/clang/lib/AST/
H A DASTImporter.cpp3048 const ArrayType *FoundArray local
3052 if (FoundArray && TArray) {
3053 if (isa<IncompleteArrayType>(FoundArray) &&
3064 isa<ConstantArrayType>(FoundArray)) {

Completed in 56 milliseconds