Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp399 ASTMutationListener *Sema::getASTMutationListener() const { in getASTMutationListener() function in Sema
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp380 ASTMutationListener *Decl::getASTMutationListener() const { in getASTMutationListener() function in Decl
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1098 ASTMutationListener *getASTMutationListener() const { return Listener; } in getASTMutationListener() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp702 ASTMutationListener *ASTUnit::getASTMutationListener() { in getASTMutationListener() function in ASTUnit