Home
last modified time | relevance | path

Searched refs:FriendTypes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DForwardDeclarationNamespaceCheck.cpp77 FriendTypes.insert(Desugared.getTypePtr()); in check()
126 if (FriendTypes.contains(CurDecl->getTypeForDecl())) { in onEndOfTranslationUnit()
H A DForwardDeclarationNamespaceCheck.h51 llvm::SmallPtrSet<const Type *, 16> FriendTypes; variable