Home
last modified time | relevance | path

Searched defs:Matches (Results 1 – 16 of 16) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DStringMatcher.cpp24 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter()
44 EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches, in EmitStringMatcherForChar()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DRegex.cpp59 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){ in match()
100 SmallVector<StringRef, 8> Matches; in sub() local
H A DYAMLTraits.cpp524 bool Output::bitSetMatch(const char *Str, bool Matches) { in bitSetMatch()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/
H A DStringMatcher.h37 const std::vector<StringPair> &Matches; variable
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp25 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentHTMLTags() local
H A DClangCommentCommandInfoEmitter.cpp63 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentCommandInfo() local
H A DClangAttrEmitter.cpp2641 std::vector<StringMatcher::StringPair> *Matches = nullptr; in EmitClangAttrParsedAttrKinds() local
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DRegexTest.cpp27 SmallVector<StringRef, 1> Matches; in TEST_F() local
66 SmallVector<StringRef, 4> Matches; in TEST_F() local
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DTestVisitor.h177 bool Matches(StringRef Name, FullSourceLoc const &Location) const { in Matches() function
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp174 SmallVector<StringRef, 4> Matches; in read() local
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp830 TEST(ValueDecl, Matches) { in TEST() argument
845 TEST(EnumConstant, Matches) { in TEST() argument
1675 TEST(TemplateArgument, Matches) { in TEST() argument
1684 TEST(TemplateArgumentCountIs, Matches) { in TEST() argument
1699 TEST(IsIntegral, Matches) { in TEST() argument
1708 TEST(RefersToIntegralType, Matches) { in TEST() argument
1718 TEST(EqualsIntegralValue, Matches) { in TEST() argument
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2119 std::vector<StringMatcher::StringPair> Matches; in emitMatchTokenString() local
2139 std::vector<StringMatcher::StringPair> Matches; in emitMatchRegisterName() local
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp291 bool Matches; member in clang::ast_matchers::internal::__anon0cad00880111::MatchChildASTVisitor
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1730 SmallVector<std::pair<DeclAccessPair,FunctionDecl*>, 2> Matches; in FindAllocationFunctions() local
2142 llvm::SmallVector<FunctionDecl*, 2> Matches; in FindUsualDeallocationFunction() local
2185 SmallVector<DeclAccessPair,4> Matches; in FindDeallocationFunction() local
H A DSemaTemplate.cpp1502 bool Matches(unsigned ParmDepth, SourceLocation Loc = SourceLocation()) { in Matches() function
7669 UnresolvedSet<8> Matches; in ActOnExplicitInstantiation() local
H A DSemaOverload.cpp9813 SmallVector<std::pair<DeclAccessPair, FunctionDecl*>, 4> Matches; member in __anon0f8216040911::AddressOfFunctionResolver