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

/external/clang/lib/AST/
H A DASTContext.cpp7225 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); local
7227 if (LVAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType))
7231 if (LVAT) {

Completed in 799 milliseconds