Home
last modified time | relevance | path

Searched refs:GlobalNew (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DExprCXX.cpp62 GlobalNew(globalNew), Initializer(initializer), in CXXNewExpr()
/external/clang/include/clang/AST/
DExprCXX.h1043 bool GlobalNew : 1; variable
1152 bool isGlobalNew() const { return GlobalNew; } in isGlobalNew()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1071 E->GlobalNew = Record[Idx++]; in VisitCXXNewExpr()