Lines Matching refs:LexicalDC
28 const DeclContext *LexicalDC; member in __anon5df3ef1a0111::IndexingDeclVisitor
33 : DataConsumer(dataConsumer), DeclLoc(Loc), LexicalDC(lexicalDC) { } in IndexingDeclVisitor()
95 if (isa<ObjCImplDecl>(LexicalDC) && !D->isThisDeclarationADefinition()) in VisitObjCMethodDecl()
96 DataConsumer.handleSynthesizedObjCMethod(D, DeclLoc, LexicalDC); in VisitObjCMethodDecl()
208 const DeclContext *LexicalDC = ASTNode.ContainerDC; in handleDeclOccurence() local
209 if (!LexicalDC) { in handleDeclOccurence()
212 LexicalDC = dyn_cast<DeclContext>(SymRel.RelatedSymbol); in handleDeclOccurence()
215 IndexingDeclVisitor(*this, Loc, LexicalDC).Visit(ASTNode.OrigD); in handleDeclOccurence()
532 const DeclContext *LexicalDC, in handleDecl() argument
545 if (!LexicalDC) in handleDecl()
546 LexicalDC = D->getLexicalDeclContext(); in handleDecl()
564 if (LexicalDC == SemaDC) { in handleDecl()
575 getContainerInfo(LexicalDC, DInfo.LexicalContainer); in handleDecl()
822 const DeclContext *LexicalDC) { in handleSynthesizedObjCMethod() argument
825 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC, D->getDeclContext()); in handleSynthesizedObjCMethod()