Lines Matching refs:FirstDecl
1395 ExternalLast->NextInContextAndBits.setPointer(FirstDecl); in LoadLexicalDeclsFromExternalStorage()
1396 FirstDecl = ExternalFirst; in LoadLexicalDeclsFromExternalStorage()
1436 return decl_iterator(FirstDecl); in decls_begin()
1443 return !FirstDecl; in decls_empty()
1503 if (D == FirstDecl) { in removeDecl()
1505 FirstDecl = LastDecl = nullptr; in removeDecl()
1507 FirstDecl = D->NextInContextAndBits.getPointer(); in removeDecl()
1509 for (Decl *I = FirstDecl; true; I = I->NextInContextAndBits.getPointer()) { in removeDecl()
1557 if (FirstDecl) { in addHiddenDecl()
1561 FirstDecl = LastDecl = D; in addHiddenDecl()
1791 for (Decl *D = FirstDecl; D; D = D->getNextDeclInContext()) { in localUncachedLookup()