Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1107 IndexExpr, Context.getSizeType(), Value, CCEK_ArrayBound); in BuildPackIndexingExpr()
H A DSemaType.cpp1972 ArraySize, S.Context.getSizeType(), SizeVal, Sema::CCEK_ArrayBound); in checkArraySize()
9513 IndexExpr, Context.getSizeType(), Value, CCEK_ArrayBound); in BuildPackIndexingType()
H A DSemaExprCXX.cpp1949 CCEK_ArrayBound) in ActOnCXXNew()
H A DSemaOverload.cpp6130 if (CCE == Sema::CCEK_ArrayBound && in BuildConvertedConstantExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10011 CCEK_ArrayBound, ///< Array bound in array declarator or new-expression. enumerator