Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1173 bool CompleteTypeErr = false; in ActOnPropertyImplDecl() local
1190 CompleteTypeErr = true; in ActOnPropertyImplDecl()
1228 CompleteTypeErr = true; // suppress later diagnostics about the ivar in ActOnPropertyImplDecl()
1301 CompleteTypeErr = true; in ActOnPropertyImplDecl()
1303 if (!CompleteTypeErr) { in ActOnPropertyImplDecl()
1308 CompleteTypeErr = true; // suppress later diagnostics about the ivar in ActOnPropertyImplDecl()
1311 if (CompleteTypeErr) in ActOnPropertyImplDecl()
1403 if (CompleteTypeErr || !compat) in ActOnPropertyImplDecl()
1408 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()
1462 if (getLangOpts().CPlusPlus && Synthesize && !CompleteTypeErr && in ActOnPropertyImplDecl()