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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
10182   auto *A = new (C) TargetAttr(C, *this, getFeaturesStr());
10195     OS << " __attribute__((target(\"" << getFeaturesStr() << "\")))";
10199     OS << " [[gnu::target(\"" << getFeaturesStr() << "\")]]";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  718     OS << " \"" << SA->getFeaturesStr() << "\"";
gen/tools/clang/include/clang/AST/Attrs.inc
13724       return parse(getFeaturesStr());
13728       StringRef Features = getFeaturesStr();
13745       StringRef Features = getFeaturesStr();
13767     bool isDefaultVersion() const { return getFeaturesStr() == "default"; }
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1691     Record.AddString(SA->getFeaturesStr());
tools/clang/lib/Sema/SemaDecl.cpp
 9926       (!OldTA || OldTA->getFeaturesStr() == NewTA->getFeaturesStr()))
 9926       (!OldTA || OldTA->getFeaturesStr() == NewTA->getFeaturesStr()))
10037       if (CurTA->getFeaturesStr() == NewTA->getFeaturesStr()) {
10037       if (CurTA->getFeaturesStr() == NewTA->getFeaturesStr()) {
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 3005       if (TAX->getFeaturesStr() != TAY->getFeaturesStr())
 3005       if (TAX->getFeaturesStr() != TAY->getFeaturesStr())