Searched defs:IsArrayForm (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReader.cpp | 3918 bool IsArrayForm = Record[I++] == 1; ReadASTBlock() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExprCXX.cpp | 3410 bool IsArrayForm; global() member in __anon8de2821a1111::MismatchingNewDeleteDetector |
H A D | TreeTransform.h | 3426 RebuildCXXDeleteExpr(SourceLocation StartLoc,bool IsGlobalDelete,bool IsArrayForm,Expr * Operand) RebuildCXXDeleteExpr() argument |