Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp4938 static bool DiagnoseVLAInCXXTypeTrait(Sema &S, const TypeSourceInfo *T, in DiagnoseVLAInCXXTypeTrait() function
5229 if (DiagnoseVLAInCXXTypeTrait(Self, TInfo, tok::kw___is_bounded_array)) in EvaluateUnaryTypeTrait()
5237 if (DiagnoseVLAInCXXTypeTrait(Self, TInfo, tok::kw___is_unbounded_array)) in EvaluateUnaryTypeTrait()
6140 DiagnoseVLAInCXXTypeTrait(Self, Lhs, tok::kw___is_layout_compatible); in EvaluateBinaryTypeTrait()
6141 DiagnoseVLAInCXXTypeTrait(Self, Rhs, tok::kw___is_layout_compatible); in EvaluateBinaryTypeTrait()
6152 DiagnoseVLAInCXXTypeTrait(Self, Lhs, in EvaluateBinaryTypeTrait()
6154 DiagnoseVLAInCXXTypeTrait(Self, Rhs, in EvaluateBinaryTypeTrait()