Home
last modified time | relevance | path

Searched refs:MatchType (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h127 enum MatchType { enum
168 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp46 enum class MatchType { enum
70 MatchType Type;
593 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants; in memoizedMatchesRecursively()
958 Keys.back().Type = MatchType::Ancestors; in matchesAnyAncestorOf()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h760 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,
768 void printVariableDefs(const SourceMgr &SM, FileCheckDiag::MatchType MatchTy,
H A DFileCheck.cpp1355 FileCheckDiag::MatchType MatchTy, in printSubstitutions()
1388 FileCheckDiag::MatchType MatchTy, in printVariableDefs()
1438 static SMRange ProcessMatchResult(FileCheckDiag::MatchType MatchTy, in ProcessMatchResult()
1605 SMLoc CheckLoc, MatchType MatchTy, in FileCheckDiag()
2066 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printMatch()
2123 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printNoMatch()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp203 static MarkerStyle GetMarker(FileCheckDiag::MatchType MatchTy) { in GetMarker()