Home
last modified time | relevance | path

Searched defs:ExpectedDiag (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp526 struct ExpectedDiag { struct
527 DiagnosticSeverity kind;
528 unsigned lineNo;
529 StringRef substring;
530 llvm::SMLoc fileLoc;
531 bool matched;
/external/llvm-project/clang-tools-extra/clangd/unittests/
DConfigCompileTests.cpp211 llvm::StringLiteral ExpectedDiag = in TEST_F() local