Home
last modified time | relevance | path

Searched refs:IncludeMarker (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DDeprecatedHeadersCheck.cpp20 using IncludeMarker = typedef
21 clang::tidy::modernize::DeprecatedHeadersCheck::IncludeMarker;
30 std::vector<IncludeMarker> &IncludesToBeProcessed, LangOptions LangOpts,
41 std::vector<IncludeMarker> &IncludesToBeProcessed;
51 std::vector<IncludeMarker> &IncludesToBeProcessed;
55 ExternCRefutationVisitor(std::vector<IncludeMarker> &IncludesToBeProcessed, in ExternCRefutationVisitor()
68 auto IsWrapped = [=, &SM = SM](const IncludeMarker &Marker) -> bool { in VisitLinkageSpecDecl()
118 for (const IncludeMarker &Marker : IncludesToBeProcessed) { in check()
136 std::vector<IncludeMarker> &IncludesToBeProcessed, LangOptions LangOpts, in IncludeModernizePPCallbacks()
205 IncludeMarker{CStyledHeaderToCxx[FileName], FileName, in InclusionDirective()
[all …]
H A DDeprecatedHeadersCheck.h48 struct IncludeMarker { struct
56 std::vector<IncludeMarker> IncludesToBeProcessed; argument