Home
last modified time | relevance | path

Searched defs:ExpectedMatch (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/unittests/Tooling/
DTestVisitor.h216 struct ExpectedMatch { struct
217 ExpectedMatch(Twine Name, unsigned LineNumber, unsigned ColumnNumber, in ExpectedMatch() argument
222 void UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) { in UpdateFor()
248 std::vector<ExpectedMatch> ExpectedMatches; argument
/external/clang/unittests/Tooling/
DTestVisitor.h202 struct ExpectedMatch { struct
203 ExpectedMatch(Twine Name, unsigned LineNumber, unsigned ColumnNumber) in ExpectedMatch() argument
206 void UpdateFor(StringRef Name, FullSourceLoc Location, SourceManager &SM) { in UpdateFor()
230 std::vector<ExpectedMatch> ExpectedMatches; argument
/external/llvm-project/clang-tools-extra/clangd/unittests/
DFuzzyMatchTests.cpp20 struct ExpectedMatch { struct
22 ExpectedMatch(llvm::StringRef Match) : Word(Match), Annotated(Match) { in ExpectedMatch() function
28 bool accepts(llvm::StringRef ActualAnnotated) const { in accepts()
40 std::string Word;
43 llvm::Optional<llvm::StringRef> Annotated;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1274 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch()
1311 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch()
1320 static void PrintNoMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintNoMatch()
1378 static void PrintNoMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintNoMatch()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1966 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch()
2009 static void PrintMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintMatch()
2018 static void PrintNoMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintNoMatch()
2079 static void PrintNoMatch(bool ExpectedMatch, const SourceMgr &SM, in PrintNoMatch()