Searched refs:DiagnosticType (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp206 std::string DiagnosticType; member in struct:__anon4890::ClassInfo
1141 Entry->DiagnosticType = "";
1278 CI->DiagnosticType = "";
1311 Init *DiagnosticType = Def->getValueInit("DiagnosticType");
1312 if (StringInit *SI = dyn_cast<StringInit>(DiagnosticType))
1313 CI->DiagnosticType = std::string(SI->getValue());
1321 if (!CI->DiagnosticString.empty() && CI->DiagnosticType.empty())
1322 CI->DiagnosticType = RC.getName();
1403 Init *DiagnosticType
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1057 DiagnoseIfAttr::DiagnosticType DiagType;

Completed in 129 milliseconds