Searched defs:getASTMutationListener (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | DeclBase.cpp | 533 ASTMutationListener *Decl::getASTMutationListener() const { getASTMutationListener() function in Decl |
/llvm-project/clang/lib/Sema/ | ||
H A D | Sema.cpp | 590 ASTMutationListener *Sema::getASTMutationListener() const { in getASTMutationListener() function in Sema |
/llvm-project/clang/lib/Frontend/ | ||
H A D | ASTUnit.cpp | 766 ASTMutationListener *ASTUnit::getASTMutationListener() { getASTMutationListener() function in ASTUnit |
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 1230 ASTMutationListener *getASTMutationListener() const { return Listener; } getASTMutationListener() function |