Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DSourceCodeTest.cpp35 struct IntLitVisitor : TestVisitor<IntLitVisitor> { struct
36 bool VisitIntegerLiteral(IntegerLiteral *Expr) { in VisitIntegerLiteral()
41 std::function<void(IntegerLiteral *, ASTContext *Context)> OnIntLit;