Home
last modified time | relevance | path

Searched defs:ImportFunctions (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp1815 struct ImportFunctions : ASTImporterOptionSpecificTestBase {}; struct
1817 TEST_P(ImportFunctions, ImportPrototypeOfRecursiveFunction) { in TEST_P() argument
1835 TEST_P(ImportFunctions, ImportDefinitionOfRecursiveFunction) { in TEST_P() argument
1853 TEST_P(ImportFunctions, OverriddenMethodsShouldBeImported) { in TEST_P() argument
1871 TEST_P(ImportFunctions, VirtualFlagShouldBePreservedWhenImportingPrototype) { in TEST_P() argument
1890 TEST_P(ImportFunctions, in TEST_P() argument
1914 TEST_P(ImportFunctions, ImportOverriddenMethodTwice) { in TEST_P() argument
1939 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceDefinitionFirst) { in TEST_P() argument
1980 TEST_P(ImportFunctions, ImportOverriddenMethodTwiceOutOfClassDef) { in TEST_P() argument
2025 TEST_P(ImportFunctions, in TEST_P() argument
[all …]