Lines Matching refs:cxstring
108 return cxstring::createNull(); in clang_CompileCommand_getDirectory()
111 return cxstring::createRef(cmd->Directory.c_str()); in clang_CompileCommand_getDirectory()
118 return cxstring::createNull(); in clang_CompileCommand_getFilename()
121 return cxstring::createRef(cmd->Filename.c_str()); in clang_CompileCommand_getFilename()
137 return cxstring::createNull(); in clang_CompileCommand_getArg()
142 return cxstring::createNull(); in clang_CompileCommand_getArg()
144 return cxstring::createRef(Cmd->CommandLine[Arg].c_str()); in clang_CompileCommand_getArg()
160 return cxstring::createNull(); in clang_CompileCommand_getMappedSourcePath()
165 return cxstring::createNull(); in clang_CompileCommand_getMappedSourcePath()
167 return cxstring::createRef(Cmd->MappedSources[I].first.c_str()); in clang_CompileCommand_getMappedSourcePath()
174 return cxstring::createNull(); in clang_CompileCommand_getMappedSourceContent()
179 return cxstring::createNull(); in clang_CompileCommand_getMappedSourceContent()
181 return cxstring::createRef(Cmd->MappedSources[I].second.c_str()); in clang_CompileCommand_getMappedSourceContent()