Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2408 CXXDeleteExpr(QualType Ty, bool GlobalDelete, bool ArrayForm, in CXXDeleteExpr()
H A DStmt.h752 unsigned ArrayForm : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp3448 bool ArrayForm, Expr *ExE) { in ActOnCXXDelete()