reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Decl.cpp
 3289   if (Context.getLangOpts().GNUInline || hasAttr<GNUInlineAttr>()) {
 3384   if (Context.getLangOpts().GNUInline || hasAttr<GNUInlineAttr>()) {
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2258   Opts.GNUInline = !Opts.C99 && !Opts.CPlusPlus;
 2611       Opts.GNUInline = 1;
tools/clang/lib/Frontend/InitPreprocessor.cpp
  939     if (LangOpts.GNUInline || LangOpts.CPlusPlus)
tools/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
   63             !Instance.getLangOpts().GNUInline)
tools/clang/lib/Sema/SemaDecl.cpp
 3019   return ((FD->hasAttr<GNUInlineAttr>() || LangOpts.GNUInline) &&
 3381       !getLangOpts().GNUInline &&
tools/clang/lib/Sema/SemaExpr.cpp
15592                !LangOpts.GNUInline &&
tools/lldb/source/Symbol/ClangASTContext.cpp
  486   Opts.GNUInline = !Std.isC99();