Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp100 bool IsIfAtLocationTrue(SourceLocation Loc) const;
252 bool InclusionRewriter::IsIfAtLocationTrue(SourceLocation Loc) const { in IsIfAtLocationTrue() function in InclusionRewriter
474 bool isTrue = IsIfAtLocationTrue(RawToken.getLocation()); in Process()