OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetASTMutationListener
(Results
1 - 10
of
10
) sorted by null
/external/clang/include/clang/AST/
ASTConsumer.h
139
virtual ASTMutationListener *
GetASTMutationListener
() { return 0; }
/external/clang/include/clang/Frontend/
MultiplexConsumer.h
46
virtual ASTMutationListener *
GetASTMutationListener
();
/external/clang/lib/Serialization/
GeneratePCH.cpp
67
ASTMutationListener *PCHGenerator::
GetASTMutationListener
() {
/external/clang/lib/Frontend/
MultiplexConsumer.cpp
191
Consumers[i]->
GetASTMutationListener
();
266
ASTMutationListener *MultiplexConsumer::
GetASTMutationListener
() {
ChainedIncludesSource.cpp
117
consumer->
GetASTMutationListener
());
FrontendAction.cpp
289
CI.getASTContext().setASTMutationListener(Consumer->
GetASTMutationListener
());
CompilerInstance.cpp
[
all
...]
ASTUnit.cpp
642
ASTMutationListener *ASTUnit::
getASTMutationListener
() {
[
all
...]
/external/clang/include/clang/Serialization/
ASTWriter.h
769
virtual ASTMutationListener *
GetASTMutationListener
();
/external/clang/lib/Sema/
Sema.cpp
225
ASTMutationListener *Sema::
getASTMutationListener
() const {
226
return getASTConsumer().
GetASTMutationListener
();
[
all
...]
Completed in 74 milliseconds