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

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp190 std::string DiagnosticType; member in struct:__anon9296::ClassInfo
974 Entry->DiagnosticType = "";
1101 CI->DiagnosticType = "";
1219 Init *DiagnosticType = (*it)->getValueInit("DiagnosticType"); local
1220 if (StringInit *SI = dynamic_cast<StringInit*>(DiagnosticType))
1221 CI->DiagnosticType = SI->getValue();
2033 if (!CI.DiagnosticType.empty())
2035 << CI.DiagnosticType << ";\n";
2180 if (!I->second->DiagnosticType
[all...]

Completed in 43 milliseconds