Searched refs:isGNUFamily (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DObjCRuntime.h127 bool isGNUFamily() const { function in class:clang::ObjCRuntime
144 // For now, this is just the inverse of isGNUFamily(), but that's
146 return !isGNUFamily();
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp333 if (getASTContext().getLangOpts().ObjCRuntime.isGNUFamily()) {
448 if (Context.getLangOpts().ObjCRuntime.isGNUFamily())
H A DASTContext.cpp8115 if (Ctx->getLangOpts().ObjCRuntime.isGNUFamily()) {
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp447 // This is just isGNUFamily(), but we want to force implementors of
7335 LangOpts.ObjCRuntime.isGNUFamily())

Completed in 191 milliseconds