Searched refs:IntegralConstantExpression (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4280 : PreferredType(PreferredType), IntegralConstantExpression(false),
4284 bool IntegralConstantExpression; member in struct:Sema::CodeCompleteExpressionData
4404 else if (Data.IntegralConstantExpression)
4443 !Data.IntegralConstantExpression)
5426 Data.IntegralConstantExpression = true;

Completed in 57 milliseconds