Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprCXX.h1828 unsigned GlobalNew : 1; variable
1919 bool isGlobalNew() const { return GlobalNew; } in isGlobalNew()
/external/clang/lib/AST/
DExprCXX.cpp79 GlobalNew(globalNew), UsualArrayDeleteWantsSize(usualArrayDeleteWantsSize) { in CXXNewExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1403 E->GlobalNew = Record[Idx++]; in VisitCXXNewExpr()