Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DLexicallyOrderedRecursiveASTVisitorTest.cpp103 TEST(LexicallyOrderedRecursiveASTVisitor, VisitDeclsInImplementation) { in TEST() argument
146 TEST(LexicallyOrderedRecursiveASTVisitor, VisitMacroDeclsInImplementation) { in TEST() argument
170 TEST(LexicallyOrderedRecursiveASTVisitor, VisitTemplateDecl) { in TEST() argument
184 TEST(LexicallyOrderedRecursiveASTVisitor, VisitCXXOperatorCallExpr) { in TEST() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DLexicallyOrderedRecursiveASTVisitor.h64 LexicallyOrderedRecursiveASTVisitor(const SourceManager &SM) : SM(SM) {} in LexicallyOrderedRecursiveASTVisitor() function