Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPMacroExpansion.cpp1449 bool SuppressDiagnostic = false; in EvaluateFeatureLikeBuiltinMacro() local
1464 if (!SuppressDiagnostic) { in EvaluateFeatureLikeBuiltinMacro()
1466 SuppressDiagnostic = true; in EvaluateFeatureLikeBuiltinMacro()
1474 if (!SuppressDiagnostic) { in EvaluateFeatureLikeBuiltinMacro()
1476 SuppressDiagnostic = true; in EvaluateFeatureLikeBuiltinMacro()
1490 if (!SuppressDiagnostic) in EvaluateFeatureLikeBuiltinMacro()
1511 if (!SuppressDiagnostic) { in EvaluateFeatureLikeBuiltinMacro()
1520 SuppressDiagnostic = true; in EvaluateFeatureLikeBuiltinMacro()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp3032 bool &IsMemberSpecialization, bool &Invalid, bool SuppressDiagnostic) { in MatchTemplateParametersToScopeSpecifier() argument
3140 if (!SuppressDiagnostic) in MatchTemplateParametersToScopeSpecifier()
3163 if (!SuppressDiagnostic) in MatchTemplateParametersToScopeSpecifier()
3256 if (!SuppressDiagnostic) in MatchTemplateParametersToScopeSpecifier()
3298 !SuppressDiagnostic, TPL_TemplateMatch)) in MatchTemplateParametersToScopeSpecifier()
3310 if (!SuppressDiagnostic) in MatchTemplateParametersToScopeSpecifier()
3349 if (!SuppressDiagnostic) in MatchTemplateParametersToScopeSpecifier()
3360 !SuppressDiagnostic) in MatchTemplateParametersToScopeSpecifier()
/external/llvm-project/clang/include/clang/Sema/
DSema.h7378 bool SuppressDiagnostic = false);