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

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1740   if (Loc.isInvalid())
 1743   if (PP.getMacroDefinitionAtLoc(nsEnumId, Loc)) {
 1749     commit.insert(Loc, "#ifndef NS_ENUM\n@import Foundation;\n#endif\n");
 1751     commit.insert(Loc, "#ifndef NS_ENUM\n#import <Foundation/Foundation.h>\n#endif\n");