Home
last modified time | relevance | path

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

/external/clang/include/clang/Tooling/
DJSONCompilationDatabase.h110 std::vector<llvm::yaml::ScalarNode *>> CompileCommandRef; typedef
113 void getCommands(ArrayRef<CompileCommandRef> CommandsRef,
117 llvm::StringMap<std::vector<CompileCommandRef>> IndexByFile;
121 std::vector<CompileCommandRef> AllCommands;
/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp182 llvm::StringMap< std::vector<CompileCommandRef> >::const_iterator in getCompileCommands()
195 llvm::StringMap< std::vector<CompileCommandRef> >::const_iterator in getAllFiles()
197 const llvm::StringMap< std::vector<CompileCommandRef> >::const_iterator in getAllFiles()
227 ArrayRef<CompileCommandRef> CommandsRef, in getCommands()
336 auto Cmd = CompileCommandRef(Directory, File, *Command); in parse()