Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h115 using CompileCommandRef = variable
121 void getCommands(ArrayRef<CompileCommandRef> CommandsRef,
125 llvm::StringMap<std::vector<CompileCommandRef>> IndexByFile;
129 std::vector<CompileCommandRef> AllCommands;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp317 ArrayRef<CompileCommandRef> CommandsRef, in getCommands()
433 auto Cmd = CompileCommandRef(Directory, File, *Command, Output); in parse()