Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp533 ASTMutationListener *Decl::getASTMutationListener() const { in getASTMutationListener() function in Decl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp592 ASTMutationListener *Sema::getASTMutationListener() const { in getASTMutationListener() function in Sema
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp766 ASTMutationListener *ASTUnit::getASTMutationListener() { in getASTMutationListener() function in ASTUnit
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1239 ASTMutationListener *getASTMutationListener() const { return Listener; } in getASTMutationListener() function