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.h2616 CXXDeleteExpr(QualType Ty, bool GlobalDelete, bool ArrayForm, in CXXDeleteExpr() argument
2621 CXXDeleteExprBits.GlobalDelete = GlobalDelete; in CXXDeleteExpr()
2631 bool isGlobalDelete() const { return CXXDeleteExprBits.GlobalDelete; } in isGlobalDelete()
H A DStmt.h953 unsigned GlobalDelete : 1;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1961 E->CXXDeleteExprBits.GlobalDelete = Record.readInt(); in VisitCXXDeleteExpr()