/llvm-project/lldb/unittests/Target/ |
H A D | FindFileTest.cpp | 26 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 D | PathMappingListTest.cpp | 18 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 D | DeclRefExprUtils.cpp | 33 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 D | StringMatcher.cpp | 30 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter() 50 const std::vector<const StringPair *> &Matches, unsigned CharNo, in EmitStringMatcherForChar()
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | StringMatcher.h | 36 const std::vector<StringPair> &Matches; variable
|
/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 191 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 D | Regex.cpp | 83 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match() 139 SmallVector<StringRef, 8> Matches; in sub() local
|
H A D | UnicodeNameToCodepoint.cpp | 196 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 D | ClangCommentHTMLTagsEmitter.cpp | 24 std::vector<StringMatcher::StringPair> Matches; EmitClangCommentHTMLTags() local
|
H A D | ClangCommentCommandInfoEmitter.cpp | 63 std::vector<StringMatcher::StringPair> Matches; in EmitClangCommentCommandInfo() local
|
/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | UnnecessaryValueParamCheck.cpp | 35 auto Matches = match(declRefExpr(to(functionDecl(equalsNode(&Function))), in isReferencedOutsideOfCallExpr() local 43 auto Matches = match( in hasLoopStmtAncestor() local
|
H A D | UnnecessaryCopyInitialization.cpp | 161 auto Matches = isInitializingVariableImmutable() local 187 auto Matches = match( getSubstitutedType() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | RunLoopAutoreleaseLeakChecker.cpp | 168 auto Matches = match(GroupM, *D, AM.getASTContext()); in checkTempObjectsInSamePool() local 188 auto Matches = match(GroupM, *D, AM.getASTContext()); in checkTempObjectsInNoPool() local
|
H A D | PointerIterationChecker.cpp |
|
H A D | PointerSortingChecker.cpp |
|
H A D | OSObjectCStyleCast.cpp | 113 auto Matches = in checkASTCodeBody() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopWidening.cpp | 71 auto Matches = match( in getWidenedLoopState() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | RegexTest.cpp | 26 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 D | TodoCommentCheck.cpp | 27 SmallVector<StringRef, 4> Matches; in HandleComment() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | UseAnyOfAllOfCheck.cpp | 78 const auto Matches = in isViableLoop() local
|
/llvm-project/clang/lib/InstallAPI/ |
H A D | HeaderFile.cpp | 29 SmallVector<StringRef, 4> Matches; in createIncludeHeaderName() local
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | IsCLibraryFunctionTest.cpp | 31 auto Matches = ast_matchers::match(functionDecl().bind("fn"), Context); in buildAST() local
|
/llvm-project/third-party/unittest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 619 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 D | Markup.cpp | 157 while (SGRSyntax.match(Text, &Matches)) { in parseTextOutsideMarkup() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | UseAfterMoveCheck.cpp | 272 __anone53ce2160302(const ArrayRef<BoundNodes> Matches) getDeclRefs() argument 368 SmallVector<BoundNodes, 1> Matches = getReinits() local
|