Searched refs:ArrayFormAsWritten (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DExprCXX.h1787 /// ArrayFormAsWritten can be different from ArrayForm if 'delete' is applied
1788 /// to pointer-to-array type (ArrayFormAsWritten will be false while ArrayForm
1790 bool ArrayFormAsWritten : 1;
1803 ArrayForm(arrayForm), ArrayFormAsWritten(arrayFormAsWritten),
1811 bool isArrayFormAsWritten() const { return ArrayFormAsWritten; }
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2255 bool ArrayFormAsWritten = ArrayForm; local
2445 Context.VoidTy, UseGlobal, ArrayForm, ArrayFormAsWritten,
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1372 E->ArrayFormAsWritten = Record[Idx++];

Completed in 114 milliseconds