Searched refs:IsGlobalNew (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 181 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 D | ExprCXX.h | 2204 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 D | Stmt.h | 717 unsigned IsGlobalNew : 1; variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1864 E->CXXNewExprBits.IsGlobalNew = Record.readInt(); in VisitCXXNewExpr()
|