Lines Matching refs:FirstDecl
1363 ExternalLast->NextInContextAndBits.setPointer(FirstDecl); in LoadLexicalDeclsFromExternalStorage()
1364 FirstDecl = ExternalFirst; in LoadLexicalDeclsFromExternalStorage()
1404 return decl_iterator(FirstDecl); in decls_begin()
1411 return !FirstDecl; in decls_empty()
1471 if (D == FirstDecl) { in removeDecl()
1473 FirstDecl = LastDecl = nullptr; in removeDecl()
1475 FirstDecl = D->NextInContextAndBits.getPointer(); in removeDecl()
1477 for (Decl *I = FirstDecl; true; I = I->NextInContextAndBits.getPointer()) { in removeDecl()
1521 if (FirstDecl) { in addHiddenDecl()
1525 FirstDecl = LastDecl = D; in addHiddenDecl()
1755 for (Decl *D = FirstDecl; D; D = D->getNextDeclInContext()) { in localUncachedLookup()