Lines Matching refs:FirstDecl
1301 ExternalLast->NextInContextAndBits.setPointer(FirstDecl); in LoadLexicalDeclsFromExternalStorage()
1302 FirstDecl = ExternalFirst; in LoadLexicalDeclsFromExternalStorage()
1374 return decl_iterator(FirstDecl); in decls_begin()
1381 return !FirstDecl; in decls_empty()
1434 if (D == FirstDecl) { in removeDecl()
1436 FirstDecl = LastDecl = nullptr; in removeDecl()
1438 FirstDecl = D->NextInContextAndBits.getPointer(); in removeDecl()
1440 for (Decl *I = FirstDecl; true; I = I->NextInContextAndBits.getPointer()) { in removeDecl()
1487 if (FirstDecl) { in addHiddenDecl()
1491 FirstDecl = LastDecl = D; in addHiddenDecl()
1723 for (Decl *D = FirstDecl; D; D = D->getNextDeclInContext()) { in localUncachedLookup()