Home
last modified time | relevance | path

Searched defs:IsGlobalNew (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/AST/
DExprCXX.cpp181 CXXNewExpr::CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew, in CXXNewExpr()
243 CXXNewExpr::Create(const ASTContext &Ctx, bool IsGlobalNew, in Create()
/external/llvm-project/clang/include/clang/AST/
DStmt.h717 unsigned IsGlobalNew : 1; variable