Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaType.cpp2262 ArraySize, S.Context.getSizeType(), SizeVal, Sema::CCEK_ArrayBound); in checkArraySize()
DSemaExprCXX.cpp1783 CCEK_ArrayBound) in ActOnCXXNew()
DSemaOverload.cpp5723 if (CCE == Sema::CCEK_ArrayBound && in CheckConvertedConstantExpression()
/external/llvm-project/clang/include/clang/Sema/
DSema.h3348 CCEK_ArrayBound, ///< Array bound in array declarator or new-expression. enumerator