HomeSort by relevance Sort by last modified time
    Searched refs:MappedSources (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 143 return static_cast<CompileCommand *>(CCmd)->MappedSources.size();
154 if (I >= Cmd->MappedSources.size())
157 return cxstring::createRef(Cmd->MappedSources[I].first.c_str());
168 if (I >= Cmd->MappedSources.size())
171 return cxstring::createRef(Cmd->MappedSources[I].second.c_str());
  /external/clang/include/clang/Tooling/
CompilationDatabase.h 62 std::vector<std::pair<std::string, std::string> > MappedSources;

Completed in 2218 milliseconds