Lines Matching refs:cxstring
108 return cxstring::createNull(); in clang_CompileCommand_getDirectory()
111 return cxstring::createRef(cmd->Directory.c_str()); in clang_CompileCommand_getDirectory()
127 return cxstring::createNull(); in clang_CompileCommand_getArg()
132 return cxstring::createNull(); in clang_CompileCommand_getArg()
134 return cxstring::createRef(Cmd->CommandLine[Arg].c_str()); in clang_CompileCommand_getArg()
150 return cxstring::createNull(); in clang_CompileCommand_getMappedSourcePath()
155 return cxstring::createNull(); in clang_CompileCommand_getMappedSourcePath()
157 return cxstring::createRef(Cmd->MappedSources[I].first.c_str()); in clang_CompileCommand_getMappedSourcePath()
164 return cxstring::createNull(); in clang_CompileCommand_getMappedSourceContent()
169 return cxstring::createNull(); in clang_CompileCommand_getMappedSourceContent()
171 return cxstring::createRef(Cmd->MappedSources[I].second.c_str()); in clang_CompileCommand_getMappedSourceContent()