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

References

tools/clang/include/clang/AST/Expr.h
 3030     return LO.AppleKext || !hasQualifier();
tools/clang/lib/AST/VTableBuilder.cpp
 1618   bool IsAppleKext = Context.getLangOpts().AppleKext;
tools/clang/lib/CodeGen/CGClass.cpp
 1519     if (getLangOpts().AppleKext)
tools/clang/lib/CodeGen/CGDeclCXX.cpp
  340   if (!getLangOpts().AppleKext && !TLS) {
tools/clang/lib/CodeGen/CGExprCXX.cpp
  217       MD->getDevirtualizedMethod(Base, getLangOpts().AppleKext)) {
  354       if (getLangOpts().AppleKext && Dtor->isVirtual() && HasQualifier)
  389     if (getLangOpts().AppleKext && MD->isVirtual() && HasQualifier)
 1887                         Base, CGF.CGM.getLangOpts().AppleKext))) {
tools/clang/lib/CodeGen/CGVTables.cpp
  851           return !Context.getLangOpts().AppleKext ?
  858         return !Context.getLangOpts().AppleKext ?
  863         return !Context.getLangOpts().AppleKext ?
  874   if (Context.getLangOpts().AppleKext)
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4208     return !Context.getLangOpts().AppleKext ? llvm::Function::LinkOnceODRLinkage
 4220     if (Context.getLangOpts().AppleKext)
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 1623   if (getContext().getLangOpts().AppleKext &&
 1853   if (CGM.getLangOpts().AppleKext)
 2468   if (CGM.getLangOpts().AppleKext) {
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2618       Opts.AppleKext = 1;
tools/clang/lib/Sema/SemaExpr.cpp
15514         if (Destructor->isVirtual() && getLangOpts().AppleKext)
15534         } else if (MethodDecl->isVirtual() && getLangOpts().AppleKext)
16893       ME->getBase(), SemaRef.getLangOpts().AppleKext);
16906         !Method->getDevirtualizedMethod(Base, getLangOpts().AppleKext))
tools/clang/lib/Sema/SemaOverload.cpp
13563       if (getLangOpts().AppleKext)
13572     bool CallCanBeVirtual = !MemExpr->hasQualifier() || getLangOpts().AppleKext;