Home
last modified time | relevance | path

Searched defs:Filters (Results 1 – 22 of 22) sorted by relevance

/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.h70 struct Filters { struct
77 static Expected<Filters> argument
82 Filters Filter; in createRemarkFilter() argument
/llvm-project/clang-tools-extra/pp-trace/
H A DPPTrace.cpp81 PPTraceAction(const FilterType &Filters, raw_ostream &OS) in PPTraceAction()
106 const FilterType &Filters; member in clang::pp_trace::__anone87c3f100111::PPTraceAction
113 PPTraceFrontendActionFactory(const FilterType &Filters, raw_ostream &OS) in PPTraceFrontendActionFactory()
121 const FilterType &Filters; member in clang::pp_trace::__anone87c3f100111::PPTraceFrontendActionFactory
137 FilterType Filters; in main() local
H A DPPCallbacksTracker.h227 const FilterType &Filters; variable
H A DPPCallbacksTracker.cpp99 PPCallbacksTracker::PPCallbacksTracker(const FilterType &Filters, in PPCallbacksTracker()
/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.h102 const CoverageFiltersMatchAll &Filters; variable
H A DSourceCoverageViewText.cpp35 const CoverageFiltersMatchAll &Filters) { in createIndexFile() argument
95 const CoverageFiltersMatchAll &Filters) { in createIndexFile() argument
H A DCoverageReport.cpp448 FileCoverageSummary *FileReport, const CoverageFilter *Filters) { in prepareSingleFileReport()
475 const CoverageFilter &Filters) { in prepareFileReports()
H A DSourceCoverageViewHTML.cpp648 createIndexFile(ArrayRef<std::string> SourceFiles,const CoverageMapping & Coverage,const CoverageFiltersMatchAll & Filters) createIndexFile() argument
860 createIndexFile(ArrayRef<std::string> SourceFiles,const CoverageMapping & Coverage,const CoverageFiltersMatchAll & Filters) createIndexFile() argument
H A DCodeCoverage.cpp149 CoverageFiltersMatchAll Filters; member in __anon3f59e5c30111::CodeCoverageTool
/llvm-project/lldb/docs/use/
H A Dvariable.rst1110 Filters chapter
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp408 Error LVPatterns::createMatchEntry(LVMatchInfo &Filters, StringRef Pattern, in createMatchEntry()
456 void LVPatterns::addPatterns(StringSet<> &Patterns, LVMatchInfo &Filters) { in addPatterns()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h181 FilterOptions Filters = HeaderScope.P.getFilters(); in iterateSymbolGroups() local
H A DLinePrinter.h106 const FilterOptions &Filters; variable
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp57 LinePrinter(int Indent,bool UseColor,llvm::raw_ostream & Stream,const FilterOptions & Filters) LinePrinter() argument
[all...]
H A DInputFile.cpp578 const FilterOptions &Filters) { in shouldDumpSymbolGroup()
/llvm-project/clang-tools-extra/clangd/
H A DConfigCompile.cpp575 std::shared_ptr<std::vector<llvm::Regex>> Filters; compile() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp337 std::vector<Filter> Filters; global() member
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp967 FilterOptions Filters = {}; createScopes() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp198 FilterOptions Filters; variable
/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp934 SmallVector<llvm::Constant*, 8> Filters; EmitLandingPad() local
/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp414 std::vector<Filter> Filters; global() member in __anon8a9af51e0511::FilterChooser
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DCodeCompleteTests.cpp2738 TEST(GuessCompletionPrefix,Filters) TEST() argument