Home
last modified time | relevance | path

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

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