Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtProfile.cpp1373 ID.AddBoolean(S->isGlobalNew()); in VisitCXXNewExpr()
DASTDumper.cpp2128 if (Node->isGlobalNew()) in VisitCXXNewExpr()
DStmtPrinter.cpp2144 if (E->isGlobalNew()) in VisitCXXNewExpr()
DItaniumMangle.cpp3356 if (New->isGlobalNew()) Out << "gs"; in mangleExpression()
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1205 attributeOnlyIfTrue("isGlobal", NE->isGlobalNew()); in VisitCXXNewExpr()
DStmtProfile.cpp1894 ID.AddBoolean(S->isGlobalNew()); in VisitCXXNewExpr()
DTextNodeDumper.cpp1177 if (Node->isGlobalNew()) in VisitCXXNewExpr()
DStmtPrinter.cpp2090 if (E->isGlobalNew()) in VisitCXXNewExpr()
DItaniumMangle.cpp4097 if (New->isGlobalNew()) Out << "gs"; in mangleExpression()
DASTImporter.cpp7328 Importer.getToContext(), E->isGlobalNew(), ToOperatorNew, in VisitCXXNewExpr()
/external/clang/include/clang/AST/
DExprCXX.h1919 bool isGlobalNew() const { return GlobalNew; } in isGlobalNew() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1386 Record.push_back(E->isGlobalNew()); in VisitCXXNewExpr()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1773 Record.push_back(E->isGlobalNew()); in VisitCXXNewExpr()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h2288 bool isGlobalNew() const { return CXXNewExprBits.IsGlobalNew; } in isGlobalNew() function
/external/clang/lib/Sema/
DTreeTransform.h9525 E->isGlobalNew(), in TransformCXXNewExpr()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h11576 E->getBeginLoc(), E->isGlobalNew(), in TransformCXXNewExpr()