Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp96 bool IsIfAtLocationTrue(SourceLocation Loc) const;
247 bool InclusionRewriter::IsIfAtLocationTrue(SourceLocation Loc) const { in IsIfAtLocationTrue() function in InclusionRewriter
452 bool isTrue = IsIfAtLocationTrue(RawToken.getLocation()); in Process()