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