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

/external/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h96 llvm::yaml::ScalarNode*> CompileCommandRef; typedef in class:clang::tooling::JSONCompilationDatabase
99 void getCommands(ArrayRef<CompileCommandRef> CommandsRef,
103 llvm::StringMap< std::vector<CompileCommandRef> > IndexByFile;
/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp182 llvm::StringMap< std::vector<CompileCommandRef> >::const_iterator
195 llvm::StringMap< std::vector<CompileCommandRef> >::const_iterator
197 const llvm::StringMap< std::vector<CompileCommandRef> >::const_iterator
209 for (llvm::StringMap< std::vector<CompileCommandRef> >::const_iterator
218 ArrayRef<CompileCommandRef> CommandsRef,
315 CompileCommandRef(Directory, Command));

Completed in 123 milliseconds