Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DLexicallyOrderedRecursiveASTVisitorTest.cpp19 class LexicallyOrderedDeclVisitor class
20 : public LexicallyOrderedRecursiveASTVisitor<LexicallyOrderedDeclVisitor> {
22 LexicallyOrderedDeclVisitor(DummyMatchVisitor &Matcher, in LexicallyOrderedDeclVisitor() function in __anona5160f4d0111::LexicallyOrderedDeclVisitor
56 LexicallyOrderedDeclVisitor SubVisitor(*this, SM, EmitDeclIndices, in VisitTranslationUnitDecl()
67 bool LexicallyOrderedDeclVisitor::TraverseStmt(Stmt *S) { in TraverseStmt()
72 bool LexicallyOrderedDeclVisitor::VisitNamedDecl(const NamedDecl *D) { in VisitNamedDecl()
94 bool LexicallyOrderedDeclVisitor::VisitDeclRefExpr(const DeclRefExpr *D) { in VisitDeclRefExpr()