Home
last modified time | relevance | path

Searched defs:ArrayFormAsWritten (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2409 bool ArrayFormAsWritten, bool UsualArrayDeleteWantsSize, in CXXDeleteExpr()
H A DStmt.h757 unsigned ArrayFormAsWritten : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp3458 bool ArrayFormAsWritten = ArrayForm; in ActOnCXXDelete() local