Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDInclusionRewriter.cpp101 bool IsIfAtLocationTrue(SourceLocation Loc) const;
257 bool InclusionRewriter::IsIfAtLocationTrue(SourceLocation Loc) const { in IsIfAtLocationTrue() function in InclusionRewriter
476 bool isTrue = IsIfAtLocationTrue(RawToken.getLocation()); in Process()