Lines Matching refs:FirstDecl
1425 ExternalLast->NextInContextAndBits.setPointer(FirstDecl); in LoadLexicalDeclsFromExternalStorage()
1426 FirstDecl = ExternalFirst; in LoadLexicalDeclsFromExternalStorage()
1466 return decl_iterator(FirstDecl); in decls_begin()
1473 return !FirstDecl; in decls_empty()
1533 if (D == FirstDecl) { in removeDecl()
1535 FirstDecl = LastDecl = nullptr; in removeDecl()
1537 FirstDecl = D->NextInContextAndBits.getPointer(); in removeDecl()
1539 for (Decl *I = FirstDecl; true; I = I->NextInContextAndBits.getPointer()) { in removeDecl()
1587 if (FirstDecl) { in addHiddenDecl()
1591 FirstDecl = LastDecl = D; in addHiddenDecl()
1822 for (Decl *D = FirstDecl; D; D = D->getNextDeclInContext()) { in localUncachedLookup()