Searched defs:ArrayForm (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2507 CXXDeleteExpr(QualType Ty,bool GlobalDelete,bool ArrayForm,bool ArrayFormAsWritten,bool UsualArrayDeleteWantsSize,FunctionDecl * OperatorDelete,Expr * Arg,SourceLocation Loc) CXXDeleteExpr() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 3624 ActOnCXXDelete(SourceLocation StartLoc,bool UseGlobal,bool ArrayForm,Expr * ExE) ActOnCXXDelete() argument
|