Home
last modified time | relevance | path

Searched defs:ArrayForm (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h752 unsigned ArrayForm : 1; in alignas() local
H A DExprCXX.h2408 CXXDeleteExpr(QualType Ty, bool GlobalDelete, bool ArrayForm, in CXXDeleteExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3465 bool ArrayForm, Expr *ExE) { in ActOnCXXDelete()