Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp2986 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3009 bool IsArrayForm; member in __anonb2279db60811::MismatchingNewDeleteDetector
3057 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3085 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3116 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3129 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3147 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3155 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3167 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3177 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
H A DTreeTransform.h2740 bool IsArrayForm, in RebuildCXXDeleteExpr() argument
2742 return getSema().ActOnCXXDelete(StartLoc, IsGlobalDelete, IsArrayForm, in RebuildCXXDeleteExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3386 bool IsArrayForm = Record[I++] == 1; in ReadASTBlock() local
3387 DelayedDeleteExprs.push_back(IsArrayForm); in ReadASTBlock()
8144 const bool IsArrayForm = DelayedDeleteExprs[Idx++]; in ReadMismatchingDeleteExpressions() local
8145 Exprs[FD].push_back(std::make_pair(DeleteLoc, IsArrayForm)); in ReadMismatchingDeleteExpressions()