Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9815 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS); in mergeTypes() local
9817 if (LCAT && RCAT && RCAT->getSize() != LCAT->getSize()) in mergeTypes()
9854 std::tie(HaveLSize, LSize) = SizeFetch(LVAT, LCAT); in mergeTypes()
9860 if (LCAT && getCanonicalType(LHSElem) == getCanonicalType(ResultType)) in mergeTypes()
9864 if (LCAT) in mergeTypes()
9865 return getConstantArrayType(ResultType, LCAT->getSize(), in mergeTypes()
9866 LCAT->getSizeExpr(), in mergeTypes()