Home
last modified time | relevance | path

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

1234

/llvm-project/lldb/unittests/Target/
H A DFindFileTest.cpp26 struct Matches { struct
27 FileSpec original;
28 llvm::StringRef remapped;
29 Matches(const char *o, const char *r) : original(o), remapped(r) {} in Matches() function
30 Matches(const char *o, llvm::sys::path::Style style, const char *r) in Matches() function
H A DPathMappingListTest.cpp18 struct Matches { struct
19 FileSpec original;
20 FileSpec remapped;
21 Matches(const char *o, const char *r) : original(o), remapped(r) {} in Matches() argument
22 Matches(const char *o, llvm::sys::path::Style style, const char *r) in Matches() argument
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DDeclRefExprUtils.cpp33 void extractNodesByIdTo(ArrayRef<BoundNodes> Matches, StringRef ID, in extractNodesByIdTo()
351 auto Matches = match(findAll(declRefExpr(to(varDecl(equalsNode(&VarDecl))), in constReferenceDeclRefExprs() local
376 auto Matches = match( in allDeclRefExprs() local
386 auto Matches = match( in allDeclRefExprs() local
400 auto Matches = match( in isCopyConstructorArgument() local
414 auto Matches = match( in isCopyAssignmentArgument() local
/llvm-project/llvm/lib/TableGen/
H A DStringMatcher.cpp30 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter()
50 const std::vector<const StringPair *> &Matches, unsigned CharNo, in EmitStringMatcherForChar()
/llvm-project/llvm/include/llvm/TableGen/
H A DStringMatcher.h36 const std::vector<StringPair> &Matches; variable
/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp191 tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches,ExprMutationAnalyzer::Analyzer * Analyzer,F Finder) tryEachMatch() argument
310 findExprMutation(ArrayRef<BoundNodes> Matches) findExprMutation() argument
316 findDeclMutation(ArrayRef<BoundNodes> Matches) findDeclMutation() argument
322 findExprPointeeMutation(ArrayRef<ast_matchers::BoundNodes> Matches) findExprPointeeMutation() argument
328 findDeclPointeeMutation(ArrayRef<ast_matchers::BoundNodes> Matches) findDeclPointeeMutation() argument
445 const auto Matches = match( findDirectMutation() local
625 const auto Matches = match( findFunctionArgMutation() local
[all...]
/llvm-project/llvm/lib/Support/
H A DRegex.cpp83 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match()
139 SmallVector<StringRef, 8> Matches; in sub() local
H A DUnicodeNameToCodepoint.cpp196 bool Matches; in compareNode() local
384 bool Matches; in nameToCodepoint() local
425 llvm::SmallVector<MatchForCodepointName> Matches; in nearestMatchesForCodepointName() local
/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp24 std::vector<StringMatcher::StringPair> Matches; EmitClangCommentHTMLTags() local
H A DClangCommentCommandInfoEmitter.cpp63 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentCommandInfo() local
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DUnnecessaryValueParamCheck.cpp35 auto Matches = match(declRefExpr(to(functionDecl(equalsNode(&Function))), in isReferencedOutsideOfCallExpr() local
43 auto Matches = match( in hasLoopStmtAncestor() local
H A DUnnecessaryCopyInitialization.cpp161 auto Matches = isInitializingVariableImmutable() local
187 auto Matches = match( getSubstitutedType() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DRunLoopAutoreleaseLeakChecker.cpp168 auto Matches = match(GroupM, *D, AM.getASTContext()); in checkTempObjectsInSamePool() local
188 auto Matches = match(GroupM, *D, AM.getASTContext()); in checkTempObjectsInNoPool() local
H A DPointerIterationChecker.cpp
H A DPointerSortingChecker.cpp
H A DOSObjectCStyleCast.cpp113 auto Matches = in checkASTCodeBody() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp71 auto Matches = match( in getWidenedLoopState() local
/llvm-project/llvm/unittests/Support/
H A DRegexTest.cpp26 SmallVector<StringRef, 1> Matches; in TEST_F() local
73 SmallVector<StringRef, 4> Matches; in TEST_F() local
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DTodoCommentCheck.cpp27 SmallVector<StringRef, 4> Matches; in HandleComment() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DUseAnyOfAllOfCheck.cpp78 const auto Matches = in isViableLoop() local
/llvm-project/clang/lib/InstallAPI/
H A DHeaderFile.cpp29 SmallVector<StringRef, 4> Matches; in createIncludeHeaderName() local
/llvm-project/clang/unittests/StaticAnalyzer/
H A DIsCLibraryFunctionTest.cpp31 auto Matches = ast_matchers::match(functionDecl().bind("fn"), Context); in buildAST() local
/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h619 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() function
664 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() function
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp157 while (SGRSyntax.match(Text, &Matches)) { in parseTextOutsideMarkup() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp272 __anone53ce2160302(const ArrayRef<BoundNodes> Matches) getDeclRefs() argument
368 SmallVector<BoundNodes, 1> Matches = getReinits() local

1234