Home
last modified time | relevance | path

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

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