Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCompilationDatabase.cpp153 return static_cast<CompileCommand *>(CCmd)->MappedSources.size(); in clang_CompileCommand_getNumMappedSources()
164 if (I >= Cmd->MappedSources.size()) in clang_CompileCommand_getMappedSourcePath()
167 return cxstring::createRef(Cmd->MappedSources[I].first.c_str()); in clang_CompileCommand_getMappedSourcePath()
178 if (I >= Cmd->MappedSources.size()) in clang_CompileCommand_getMappedSourceContent()
181 return cxstring::createRef(Cmd->MappedSources[I].second.c_str()); in clang_CompileCommand_getMappedSourceContent()
/external/clang/include/clang/Tooling/
DCompilationDatabase.h68 std::vector<std::pair<std::string, std::string> > MappedSources; member