Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2507 CXXDeleteExpr(QualType Ty, bool GlobalDelete, bool ArrayForm, in CXXDeleteExpr() argument
2512 CXXDeleteExprBits.GlobalDelete = GlobalDelete; in CXXDeleteExpr()
2522 bool isGlobalDelete() const { return CXXDeleteExprBits.GlobalDelete; } in isGlobalDelete()
H A DStmt.h903 unsigned GlobalDelete : 1;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1941 E->CXXDeleteExprBits.GlobalDelete = Record.readInt(); in VisitCXXDeleteExpr()