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.cpp1184 bool CompleteTypeErr = false; in ActOnPropertyImplDecl() local
1201 CompleteTypeErr = true; in ActOnPropertyImplDecl()
1238 CompleteTypeErr = true; // suppress later diagnostics about the ivar in ActOnPropertyImplDecl()
1310 CompleteTypeErr = true; in ActOnPropertyImplDecl()
1312 if (!CompleteTypeErr) { in ActOnPropertyImplDecl()
1317 CompleteTypeErr = true; // suppress later diagnostics about the ivar in ActOnPropertyImplDecl()
1320 if (CompleteTypeErr) in ActOnPropertyImplDecl()
1409 if (CompleteTypeErr || !compat) in ActOnPropertyImplDecl()
1426 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()
1490 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()