Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-query/tool/
DClangQuery.cpp77 StringRef FileContentRef(FileContent); in runCommandsInFile() local
78 while (!FileContentRef.empty()) { in runCommandsInFile()
79 QueryRef Q = QueryParser::parse(FileContentRef, QS); in runCommandsInFile()
82 FileContentRef = Q->RemainingContent; in runCommandsInFile()