Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11226 const VariableArrayType* LVAT = getAsVariableArrayType(LHS); in mergeTypes() local
11231 if (LVAT || RVAT) { in mergeTypes()
11249 std::tie(HaveLSize, LSize) = SizeFetch(LVAT, LCAT); in mergeTypes()
11265 if (LVAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) in mergeTypes()
11269 if (LVAT) { in mergeTypes()