Home
last modified time | relevance | path

Searched refs:RVAT (Results 1 – 1 of 1) sorted by relevance

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