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

References

tools/clang/include/clang/Sema/Sema.h
 9090     return OptimizeOffPragmaLocation;
tools/clang/lib/Sema/SemaAttr.cpp
  851     OptimizeOffPragmaLocation = SourceLocation();
  853     OptimizeOffPragmaLocation = PragmaLoc;
  859   if(OptimizeOffPragmaLocation.isValid())
  860     AddOptnoneAttributeIfNoConflicts(FD, OptimizeOffPragmaLocation);