/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A D | StringMatcher.cpp | 24 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 D | Regex.cpp | 59 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){ in match() 100 SmallVector<StringRef, 8> Matches; in sub() local
|
H A D | YAMLTraits.cpp | 524 bool Output::bitSetMatch(const char *Str, bool Matches) { in bitSetMatch()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | StringMatcher.h | 37 const std::vector<StringPair> &Matches; variable
|
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/ |
H A D | ClangCommentHTMLTagsEmitter.cpp | 25 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentHTMLTags() local
|
H A D | ClangCommentCommandInfoEmitter.cpp | 63 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentCommandInfo() local
|
H A D | ClangAttrEmitter.cpp | 2641 std::vector<StringMatcher::StringPair> *Matches = nullptr; in EmitClangAttrParsedAttrKinds() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | RegexTest.cpp | 27 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 D | TestVisitor.h | 177 bool Matches(StringRef Name, FullSourceLoc const &Location) const { in Matches() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 174 SmallVector<StringRef, 4> Matches; in read() local
|
/minix3/external/bsd/llvm/dist/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTest.cpp | 830 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 D | AsmMatcherEmitter.cpp | 2119 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 D | ASTMatchFinder.cpp | 291 bool Matches; member in clang::ast_matchers::internal::__anon0cad00880111::MatchChildASTVisitor
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1730 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 D | SemaTemplate.cpp | 1502 bool Matches(unsigned ParmDepth, SourceLocation Loc = SourceLocation()) { in Matches() function 7669 UnresolvedSet<8> Matches; in ActOnExplicitInstantiation() local
|
H A D | SemaOverload.cpp | 9813 SmallVector<std::pair<DeclAccessPair, FunctionDecl*>, 4> Matches; member in __anon0f8216040911::AddressOfFunctionResolver
|