Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h97 bool isFragile() const { return !isNonFragile(); } in isFragile() function
333 return isFragile(); in allowsSizeofAlignof()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp147 if (ASTCtx.getLangOpts().ObjCRuntime.isFragile()) in recordObjCInstanceVariables()
180 (!D->getASTContext().getLangOpts().ObjCRuntime.isFragile() && in VisitObjCInterfaceDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1335 if (getLangOpts().ObjCRuntime.isFragile()) in ActOnPropertyImplDecl()
1975 getLangOpts().ObjCRuntime.isFragile()) in DefaultSynthesizeProperties()
H A DSemaDeclObjC.cpp2165 if (!getLangOpts().ObjCRuntime.isFragile()) in CheckImplementationIvars()
5633 if (getLangOpts().ObjCRuntime.isFragile()) { in ActOnIvar()
5642 if (getLangOpts().ObjCRuntime.isFragile() || !CDecl->IsClassExtension()) { in ActOnIvar()
H A DSemaDeclCXX.cpp17293 if (getLangOpts().ObjCRuntime.isFragile()) in BuildExceptionDeclaration()
H A DSemaDecl.cpp19124 if (LangOpts.ObjCRuntime.isFragile() || AllIvarDecls.empty()) in ActOnLastBitfield()