reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/misc/NonCopyableObjects.cpp
   42   auto BadEitherType = anyOf(BadFILEType, BadPOSIXType);
   45       namedDecl(anyOf(varDecl(BadFILEType), fieldDecl(BadFILEType)))
   45       namedDecl(anyOf(varDecl(BadFILEType), fieldDecl(BadFILEType)))