Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h122 void getCommands(ArrayRef<CompileCommandRef> CommandsRef,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp266 ArrayRef<CompileCommandRef> CommandsRef, in getCommands() argument
268 for (const auto &CommandRef : CommandsRef) { in getCommands()