Searched defs:Matches (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeEnumTypes.h39 std::vector<codeview::TypeIndex> Matches; member in class:llvm::pdb::NativeEnumTypes
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLTagsEmitter.cpp24 std::vector<StringMatcher::StringPair> Matches; local
H A DClangCommentCommandInfoEmitter.cpp63 std::vector<StringMatcher::StringPair> Matches; local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DStringMatcher.h36 const std::vector<StringPair> &Matches; member in class:llvm::StringMatcher
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DStringMatcher.cpp28 FindFirstNonCommonLetter(const std::vector<const StringMatcher::StringPair*> &Matches) argument
48 EmitStringMatcherForChar( const std::vector<const StringPair *> &Matches, unsigned CharNo, unsigned IndentCount, bool IgnoreDuplicates) const argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp70 auto Matches = match(findAll(stmt(hasDescendant(varDecl(hasType(referenceType())).bind(MatchRef)))), local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DOSObjectCStyleCast.cpp78 auto Matches = match(stmt(forEachDescendant(CastM)), *D->getBody(), AM.getASTContext()); local
H A DPointerIterationChecker.cpp87 auto Matches = match(MatcherM, *D, AM.getASTContext()); local
H A DPointerSortingChecker.cpp100 auto Matches = match(MatcherM, *D, AM.getASTContext()); local
H A DObjCAutoreleaseWriteChecker.cpp201 auto Matches = match(MatcherM, *D, AM.getASTContext()); local
H A DGCDAntipatternChecker.cpp214 auto Matches = match(SemaphoreMatcherM, *D->getBody(), AM.getASTContext()); local
H A DRunLoopAutoreleaseLeakChecker.cpp168 auto Matches = match(GroupM, *D, AM.getASTContext()); local
188 auto Matches = match(GroupM, *D, AM.getASTContext()); local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp291 bool ProcessInstanceInfoMatch::Matches( function in class:ProcessInstanceInfoMatch
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp82 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, argument
134 SmallVector<StringRef, 8> Matches; local
[all...]
H A DYAMLTraits.cpp649 bool Output::bitSetMatch(const char *Str, bool Matches) { argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h246 bool Matches(const ModuleSpec &match_module_spec, function in class:lldb_private::ModuleSpec
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DPrintfFormatString.cpp133 SmallVector<StringRef, 2> Matches; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp85 const Stmt *tryEachMatch(ArrayRef<ast_matchers::BoundNodes> Matches, argument
184 ExprMutationAnalyzer::findExprMutation(ArrayRef<BoundNodes> Matches) { argument
189 ExprMutationAnalyzer::findDeclMutation(ArrayRef<BoundNodes> Matches) { argument
193 findExprPointeeMutation( ArrayRef<ast_matchers::BoundNodes> Matches) argument
199 findDeclPointeeMutation( ArrayRef<ast_matchers::BoundNodes> Matches) argument
286 const auto Matches = local
390 const auto Matches = match( local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp234 AlignTokenSequence(unsigned Start, unsigned End, unsigned Column, F &&Matches, argument
329 static unsigned AlignTokens(const FormatStyle &Style, F &&Matches, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1881 SmallVector<StringRef, 3> Matches; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4170 BoundNodesTreeBuilder Matches; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1016 bool PythonException::Matches(PyObject *exc) const { function in class:PythonException
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp348 bool Matches; member in class:clang::ast_matchers::internal::__anon2762::MatchChildASTVisitor
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1401 llvm::SmallVector<llvm::StringRef, 2> Matches; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp579 std::vector<std::pair<NodeId, NodeId>> Matches; local

Completed in 160 milliseconds

12