Lines Matching refs:LexicalDC
27 const DeclContext *LexicalDC; member in __anond6d661a80111::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()
215 const DeclContext *LexicalDC = ASTNode.ContainerDC; in handleDeclOccurrence() local
216 if (!LexicalDC) { in handleDeclOccurrence()
219 LexicalDC = dyn_cast<DeclContext>(SymRel.RelatedSymbol); in handleDeclOccurrence()
222 IndexingDeclVisitor(*this, Loc, LexicalDC).Visit(ASTNode.OrigD); in handleDeclOccurrence()
551 const DeclContext *LexicalDC, in handleDecl() argument
564 if (!LexicalDC) in handleDecl()
565 LexicalDC = D->getLexicalDeclContext(); in handleDecl()
583 if (LexicalDC == SemaDC) { in handleDecl()
594 getContainerInfo(LexicalDC, DInfo.LexicalContainer); in handleDecl()
836 const DeclContext *LexicalDC) { in handleSynthesizedObjCMethod() argument
839 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC, D->getDeclContext()); in handleSynthesizedObjCMethod()