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

References

gen/tools/clang/include/clang/Sema/AttrParsedAttrKinds.inc
 1343       return AttributeCommonInfo::AT_NoInstrumentFunction;	 // "no_instrument_function"
 3061       return AttributeCommonInfo::AT_NoInstrumentFunction;	 // "gnu::no_instrument_function"
gen/tools/clang/include/clang/Sema/AttrSpellingListIndex.inc
 1073   case AT_NoInstrumentFunction: {
tools/clang/lib/Sema/SemaDeclAttr.cpp
 6954   case ParsedAttr::AT_NoInstrumentFunction: // Interacts with -pg.