Home
last modified time | relevance | path

Searched refs:isGlobalNew (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1392 attributeOnlyIfTrue("isGlobal", NE->isGlobalNew()); in VisitCXXNewExpr()
H A DStmtProfile.cpp2129 ID.AddBoolean(S->isGlobalNew()); in VisitCXXNewExpr()
H A DStmtPrinter.cpp2319 if (E->isGlobalNew()) in VisitCXXNewExpr()
H A DTextNodeDumper.cpp1590 if (Node->isGlobalNew()) in VisitCXXNewExpr()
H A DItaniumMangle.cpp4924 if (New->isGlobalNew()) Out << "gs"; in mangleExpression()
H A DASTImporter.cpp8272 Importer.getToContext(), E->isGlobalNew(), ToOperatorNew, in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1912 Record.push_back(E->isGlobalNew()); in VisitCXXNewExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2401 bool isGlobalNew() const { return CXXNewExprBits.IsGlobalNew; } in isGlobalNew() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13454 E->getBeginLoc(), E->isGlobalNew(), in TransformCXXNewExpr()