Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3918 bool IsArrayForm = Record[I++] == 1; ReadASTBlock() local
8704 const bool IsArrayForm = DelayedDeleteExprs[Idx++]; ReadMismatchingDeleteExpressions() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3410 bool IsArrayForm; global() member in __anon8de2821a1111::MismatchingNewDeleteDetector
[all...]
H A DTreeTransform.h3426 RebuildCXXDeleteExpr(SourceLocation StartLoc,bool IsGlobalDelete,bool IsArrayForm,Expr * Operand) RebuildCXXDeleteExpr() argument