Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h121 void getCommands(ArrayRef<CompileCommandRef> CommandsRef,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp317 ArrayRef<CompileCommandRef> CommandsRef, in getCommands() argument
319 for (const auto &CommandRef : CommandsRef) { in getCommands()