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