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

/external/clang/lib/AST/
H A DASTContext.cpp7226 const VariableArrayType* RVAT = getAsVariableArrayType(RHS); local
7229 if (RVAT && getCanonicalType(RHSElem) == getCanonicalType(ResultType))
7237 if (RVAT) {

Completed in 75 milliseconds