Searched defs:TestFrontendAction (Results 1 - 1 of 1) sorted by relevance
/external/clang/unittests/AST/ | ||
H A D | ExternalASTSourceTest.cpp | 26 class TestFrontendAction : public ASTFrontendAction { class in inherits:ASTFrontendAction 28 TestFrontendAction(ExternalASTSource *Source) : Source(Source) {} function in class:TestFrontendAction 60 TestFrontendAction Action(Source); |
Completed in 73 milliseconds