Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DToolingTest.cpp61 TEST(runToolOnCode, FindsNoTopLevelDeclOnEmptyCode) { in TEST() argument
101 TEST(runToolOnCode, FindsClassDecl) { in TEST() argument
242 TEST(runToolOnCode, TestSkipFunctionBody) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp107 bool runToolOnCode(clang::FrontendAction *ToolAction, const Twine &Code, in runToolOnCode() function