Searched refs:isGlobalDelete (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 115 addData(S->isArrayFormAsWritten()); addData(S->isGlobalDelete());
|
| H A D | ExprCXX.h | 2631 bool isGlobalDelete() const { return CXXDeleteExprBits.GlobalDelete; } in isGlobalDelete() function
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 164 if (E->isGlobalDelete() || !E->getOperatorDelete()) in VisitCXXDeleteExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1425 attributeOnlyIfTrue("isGlobal", DE->isGlobalDelete()); in VisitCXXDeleteExpr()
|
| H A D | StmtProfile.cpp | 2158 ID.AddBoolean(S->isGlobalDelete()); in VisitCXXDeleteExpr()
|
| H A D | StmtPrinter.cpp | 2498 if (E->isGlobalDelete()) in VisitCXXDeleteExpr()
|
| H A D | TextNodeDumper.cpp | 1756 if (Node->isGlobalDelete()) in VisitCXXDeleteExpr()
|
| H A D | ItaniumMangle.cpp | 5523 if (DE->isGlobalDelete()) Out << "gs"; in mangleExpression()
|
| H A D | ASTImporter.cpp | 8636 ToType, E->isGlobalDelete(), E->isArrayForm(), E->isArrayFormAsWritten(), in VisitCXXDeleteExpr()
|
| H A D | ExprConstant.cpp | 16590 if (!E->isArrayForm() && !E->isGlobalDelete()) { in VisitCXXDeleteExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1960 Record.push_back(E->isGlobalDelete()); in VisitCXXDeleteExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 1389 bool UseGlobalDelete = DE->isGlobalDelete(); in emitVirtualObjectDelete()
|
| H A D | MicrosoftCXXABI.cpp | 897 bool UseGlobalDelete = DE->isGlobalDelete(); in emitVirtualObjectDelete()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 3708 return this->emitFree(E->isArrayForm(), E->isGlobalDelete(), E); in VisitCXXDeleteExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 14618 E->getBeginLoc(), E->isGlobalDelete(), E->isArrayForm(), Operand.get()); in TransformCXXDeleteExpr()
|