Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DExternalASTSourceTest.cpp46 bool testExternalASTSource(ExternalASTSource *Source, in testExternalASTSource() function
80 ASSERT_TRUE(testExternalASTSource(new TestSource(Calls), "int j, k = j;")); in TEST()