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

References

gen/tools/clang/include/clang/AST/Attrs.inc
13780         Feature = Feature.trim();
13780         Feature = Feature.trim();
13786         if (Feature.startswith("fpmath=") || Feature.startswith("tune="))
13786         if (Feature.startswith("fpmath=") || Feature.startswith("tune="))
13790         if (Feature.startswith("arch=")) {
13794             Ret.Architecture = Feature.split("=").second.trim();
13795         } else if (Feature.startswith("no-"))
13796           Ret.Features.push_back("-" + Feature.split("-").second.str());
13798           Ret.Features.push_back("+" + Feature.str());