Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp166 bool NeedsExternalSize = SzExpr != nullptr || Sz.ugt(0x0FFFFFFFFFFFFFFF) || in Create() local
168 if (!NeedsExternalSize) in Create()