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

/external/clang/tools/libclang/
H A DCXCompilationDatabase.cpp143 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/
H A DCompilationDatabase.h62 std::vector<std::pair<std::string, std::string> > MappedSources; member in struct:clang::tooling::CompileCommand

Completed in 124 milliseconds