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

Definitions

tools/clang/tools/extra/clangd/unittests/PrintASTTests.cpp
   29 class ASTUtils : public ::testing::Test,
tools/clang/unittests/AST/ASTImporterFixtures.h
  189 class ASTImporterOptionSpecificTestBase
tools/clang/unittests/AST/ASTImporterTest.cpp
  248 struct ImportExpr : TestImportBase {};
  249 struct ImportType : TestImportBase {};
  250 struct ImportDecl : TestImportBase {};
  252 struct CanonicalRedeclChain : ASTImporterOptionSpecificTestBase {};
  315 struct RedirectingImporterTest : ASTImporterOptionSpecificTestBase {
  362 struct ImportPath : ASTImporterOptionSpecificTestBase {
 2006 struct ImportFunctions : ASTImporterOptionSpecificTestBase {};
 2420 struct ImportFunctionTemplates : ASTImporterOptionSpecificTestBase {};
 2519 struct ImportFriendFunctions : ImportFunctions {};
 2988 class ImportImplicitMethods : public ASTImporterOptionSpecificTestBase {
 3574 struct ImportVariables : ASTImporterOptionSpecificTestBase {};
 3662 struct ImportClasses : ASTImporterOptionSpecificTestBase {};
 3723 struct ImportFriendClasses : ASTImporterOptionSpecificTestBase {};
 3981 struct DeclContextTest : ASTImporterOptionSpecificTestBase {};
 4044 struct ImportFunctionTemplateSpecializations
 4272 struct ASTImporterLookupTableTest : ASTImporterOptionSpecificTestBase {};
 4827 struct ImportFriendFunctionTemplates : ASTImporterOptionSpecificTestBase {};
 4857 struct ErrorHandlingTest : ASTImporterOptionSpecificTestBase {
 5354 struct LLDBLookupTest : ASTImporterOptionSpecificTestBase {
 5399 struct SVEBuiltins : ASTImporterOptionSpecificTestBase {};
tools/clang/unittests/AST/OMPStructuredBlockTest.cpp
  150 class OMPStructuredBlockLoop : public ::testing::TestWithParam<const char *> {};
tools/clang/unittests/Analysis/ExprMutationAnalyzerTest.cpp
  111 class AssignmentTest : public ::testing::TestWithParam<std::string> {};
  125 class IncDecTest : public ::testing::TestWithParam<std::string> {};
tools/clang/unittests/Rename/RenameAliasTest.cpp
   16 class RenameAliasTest : public ClangRenameTest {
tools/clang/unittests/Rename/RenameClassTest.cpp
   16 class RenameClassTest : public ClangRenameTest {
  202 class NamespaceDetectionTest : public ClangRenameTest {
  310 class TemplatedClassRenameTest : public ClangRenameTest {
tools/clang/unittests/Rename/RenameEnumTest.cpp
    8 class RenameEnumTest : public ClangRenameTest {
tools/clang/unittests/Rename/RenameMemberTest.cpp
   16 class RenameMemberTest : public ClangRenameTest {
unittests/Analysis/ValueTrackingTest.cpp
  697 class IsBytewiseValueTest : public ValueTrackingTest,
unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp
  151 struct DebugLineParameterisedFixture
unittests/ProfileData/CoverageMappingTest.cpp
  129 struct CoverageMappingTest : ::testing::TestWithParam<std::pair<bool, bool>> {
unittests/ProfileData/InstrProfTest.cpp
   57 struct MaybeSparseInstrProfTest : public InstrProfTest,
unittests/Support/MemoryTest.cpp
   49 class MappedMemoryTest : public ::testing::TestWithParam<unsigned> {