Home
last modified time | relevance | path

Searched refs:getASTMutationListener (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/AST/
DDeclTemplate.cpp245 if (ASTMutationListener *L = getASTMutationListener()) in addSpecialization()
336 if (ASTMutationListener *L = getASTMutationListener()) in AddSpecialization()
360 if (ASTMutationListener *L = getASTMutationListener()) in AddPartialSpecialization()
DDeclBase.cpp252 ASTMutationListener *Decl::getASTMutationListener() const { in getASTMutationListener() function in Decl
253 return getASTContext().getASTMutationListener(); in getASTMutationListener()
1323 if (ASTMutationListener *L = DCAsDecl->getASTMutationListener()) in makeDeclVisibleInContextWithFlags()
DDeclObjC.cpp1087 if (ASTMutationListener *L = C.getASTMutationListener()) in Create()
DDeclCXX.cpp534 if (ASTMutationListener *L = getASTMutationListener()) in addedMember()
DDecl.cpp2559 if (ASTMutationListener *L = getASTMutationListener()) in completeDefinition()
/external/clang/include/clang/AST/
DDeclBase.h869 ASTMutationListener *getASTMutationListener() const;
DASTContext.h608 ASTMutationListener *getASTMutationListener() const { return Listener; } in getASTMutationListener() function
/external/clang/lib/Sema/
DSema.cpp228 ASTMutationListener *Sema::getASTMutationListener() const { in getASTMutationListener() function in Sema
DSemaObjCProperty.cpp281 if (ASTMutationListener *L = Context.getASTMutationListener()) in HandlePropertyInClassExtension()
370 if (ASTMutationListener *L = Context.getASTMutationListener()) in HandlePropertyInClassExtension()
DSemaDeclCXX.cpp6954 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitDefaultConstructor()
7315 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitDestructor()
8033 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitCopyAssignment()
8578 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitMoveAssignment()
8782 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitCopyConstructor()
8958 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitMoveConstructor()
9012 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitLambdaToFunctionPointerConversion()
9066 if (ASTMutationListener *L = getASTMutationListener()) { in DefineImplicitLambdaToBlockPointerConversion()
DSemaType.cpp4079 if (ASTMutationListener *L = getASTMutationListener()) in RequireCompleteExprType()
DSemaExpr.cpp10395 if (ASTMutationListener *L = SemaRef.getASTMutationListener()) in DoMarkVarDeclReferenced()
/external/clang/include/clang/Sema/
DSema.h786 ASTMutationListener *getASTMutationListener() const;