Lines Matching refs:LexicalDC
27 const DeclContext *LexicalDC; member in __anon3609800f0111::IndexingDeclVisitor
32 : DataConsumer(dataConsumer), DeclLoc(Loc), LexicalDC(lexicalDC) { } in IndexingDeclVisitor()
94 if (isa<ObjCImplDecl>(LexicalDC) && !D->isThisDeclarationADefinition()) in VisitObjCMethodDecl()
95 DataConsumer.handleSynthesizedObjCMethod(D, DeclLoc, LexicalDC); in VisitObjCMethodDecl()
210 const DeclContext *LexicalDC = ASTNode.ContainerDC; in handleDeclOccurrence() local
211 if (!LexicalDC) { in handleDeclOccurrence()
214 LexicalDC = dyn_cast<DeclContext>(SymRel.RelatedSymbol); in handleDeclOccurrence()
217 IndexingDeclVisitor(*this, Loc, LexicalDC).Visit(ASTNode.OrigD); in handleDeclOccurrence()
544 const DeclContext *LexicalDC, in handleDecl() argument
557 if (!LexicalDC) in handleDecl()
558 LexicalDC = D->getLexicalDeclContext(); in handleDecl()
576 if (LexicalDC == SemaDC) { in handleDecl()
587 getContainerInfo(LexicalDC, DInfo.LexicalContainer); in handleDecl()
829 const DeclContext *LexicalDC) { in handleSynthesizedObjCMethod() argument
832 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC, D->getDeclContext()); in handleSynthesizedObjCMethod()