Searched refs:testImport (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Modules/
H A Dimport-decl.cpp17 void testImport(A *import) { function
/external/clang/unittests/AST/
H A DASTImporterTest.cpp49 testImport(const std::string &FromCode, Language FromLang, function in namespace:clang::ast_matchers
106 EXPECT_TRUE(testImport("void declToImport() { \"foo\"; }",
115 EXPECT_TRUE(testImport("void declToImport() { L\"foo\"; }",
124 EXPECT_TRUE(testImport("void declToImport() { \"foo\" \"bar\"; }",
137 EXPECT_TRUE(testImport("void declToImport() { __null; }",
149 EXPECT_TRUE(testImport("void declToImport() { nullptr; }",
161 EXPECT_TRUE(testImport("void declToImport() { 1.0; }",
170 EXPECT_TRUE(testImport("void declToImport() { 1.0e-5f; }",
184 testImport(
210 testImport("clas
[all...]
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dpy2_test_grammar.py499 def testImport(self): member in class:GrammarTests
H A Dpy3_test_grammar.py469 def testImport(self): member in class:GrammarTests
/external/python/cpython2/Lib/test/
H A Dtest_grammar.py503 def testImport(self): member in class:GrammarTests

Completed in 119 milliseconds