Home
last modified time | relevance | path

Searched refs:IsGlobalNew (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp181 CXXNewExpr::CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew, in CXXNewExpr() argument
198 CXXNewExprBits.IsGlobalNew = IsGlobalNew; in CXXNewExpr()
243 CXXNewExpr::Create(const ASTContext &Ctx, bool IsGlobalNew, in Create() argument
260 CXXNewExpr(IsGlobalNew, OperatorNew, OperatorDelete, ShouldPassAlignment, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2204 CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew,
2219 Create(const ASTContext &Ctx, bool IsGlobalNew, FunctionDecl *OperatorNew,
2298 bool isGlobalNew() const { return CXXNewExprBits.IsGlobalNew; } in isGlobalNew()
H A DStmt.h717 unsigned IsGlobalNew : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1864 E->CXXNewExprBits.IsGlobalNew = Record.readInt(); in VisitCXXNewExpr()