Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp764 if (undef.isWarning) in reportUndefinedSymbol()
819 bool isWarning = in maybeReportUndefined() local
822 ctx.undefErrs.push_back({&sym, {{&sec, offset}}, isWarning}); in maybeReportUndefined()
823 return !isWarning; in maybeReportUndefined()
H A DConfig.h564 bool isWarning; member
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1739 bool isWarning) { in HandleUserDiagnosticDirective() argument
1752 if (isWarning) in HandleUserDiagnosticDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2802 void HandleUserDiagnosticDirective(Token &Tok, bool isWarning);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3108 else if (EA->isWarning()) in SetFunctionAttributes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3881 (EA->isWarning() && NewAttr == "warning"); in mergeErrorAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4850 Accessor<"isWarning", [GCC<"warning">]>];