Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/parser/
Dtest_parser.py10 def testChunk(t, fileName): function
35 testChunk(t, fileName)
/external/llvm-project/clang-tools-extra/clangd/
DSelection.cpp268 update(Result, testChunk(FID, Batch)); in test()
291 testChunk(FileID FID, llvm::ArrayRef<syntax::Token> Batch) const { in testChunk() function in clang::clangd::__anonba3019980111::SelectionTester