Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7815 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS); in mergeTypes() local
7817 if (LCAT && RCAT && RCAT->getSize() != LCAT->getSize()) in mergeTypes()
7829 if (LCAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) in mergeTypes()
7833 if (LCAT) return getConstantArrayType(ResultType, LCAT->getSize(), in mergeTypes()