Lines Matching defs:DeclInfo
952 Sema &S, const Sema::TemplateCompareNewDeclInfo &DeclInfo,
955 DeclInfo.getDecl(), DeclInfo.getLexicalDeclContext(), /*Final=*/false,
967 S, DeclInfo.getLocation(),
969 const_cast<NamedDecl *>(DeclInfo.getDecl()), SourceRange{});
978 if (const NamedDecl *ND = DeclInfo.getDecl();
1019 if (!DeclInfo.getDecl())
1020 return DeclInfo.getDeclContext();
1021 return DeclInfo.getDecl()->getFriendObjectKind()
1022 ? DeclInfo.getLexicalDeclContext()
1023 : DeclInfo.getDeclContext();