Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1185 bool CompleteTypeErr = false; in ActOnPropertyImplDecl() local
1202 CompleteTypeErr = true; in ActOnPropertyImplDecl()
1239 CompleteTypeErr = true; // suppress later diagnostics about the ivar in ActOnPropertyImplDecl()
1320 CompleteTypeErr = true; in ActOnPropertyImplDecl()
1322 if (!CompleteTypeErr) { in ActOnPropertyImplDecl()
1327 CompleteTypeErr = true; // suppress later diagnostics about the ivar in ActOnPropertyImplDecl()
1330 if (CompleteTypeErr) in ActOnPropertyImplDecl()
1419 if (CompleteTypeErr || !compat) in ActOnPropertyImplDecl()
1436 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()
1500 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()