Home
last modified time | relevance | path

Searched refs:PreferClangAttr (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1088 bool PreferClangAttr = !PP.getLangOpts().CPlusPlus1z; in getFallthroughAttrSpelling() local
1091 if (PreferClangAttr) in getFallthroughAttrSpelling()
1095 if (MacroName.empty() && !PreferClangAttr) in getFallthroughAttrSpelling()
1098 MacroName = PreferClangAttr ? "[[clang::fallthrough]]" : "[[fallthrough]]"; in getFallthroughAttrSpelling()