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

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

Completed in 252 milliseconds