Home
last modified time | relevance | path

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

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