Searched refs:cxstring (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndexUSRs.cpp44 return cxstring::createEmpty();
48 return cxstring::createEmpty();
50 cxstring::CXStringBuf *buf = cxstring::getCXStringBuf(TU);
52 return cxstring::createEmpty();
57 return cxstring::createEmpty();
69 return cxstring::createEmpty();
71 cxstring::CXStringBuf *buf = cxstring::getCXStringBuf(TU);
73 return cxstring
[all...]
H A DCXStoredDiagnostic.cpp49 return cxstring::createRef(Diag.getMessage());
57 *Disable = cxstring::createDup((Twine("-Wno-") + Option).str());
58 return cxstring::createDup((Twine("-W") + Option).str());
63 *Disable = cxstring::createRef("-ferror-limit=0");
64 return cxstring::createRef("-ferror-limit=");
67 return cxstring::createEmpty();
76 return cxstring::createRef(DiagnosticIDs::getCategoryNameFromID(catID));
109 return cxstring::createDup(Hint.CodeToInsert);
H A DCXCompilationDatabase.cpp106 return cxstring::createNull();
109 return cxstring::createRef(cmd->Directory.c_str());
116 return cxstring::createNull();
119 return cxstring::createRef(cmd->Filename.c_str());
135 return cxstring::createNull();
140 return cxstring::createNull();
142 return cxstring::createRef(Cmd->CommandLine[Arg].c_str());
158 return cxstring::createNull();
166 return cxstring::createNull();
H A DCXComment.cpp130 return cxstring::createNull();
132 return cxstring::createRef(TC->getText());
138 return cxstring::createNull();
141 return cxstring::createRef(ICC->getCommandName(Traits));
181 return cxstring::createNull();
183 return cxstring::createRef(ICC->getArgText(ArgIdx));
189 return cxstring::createNull();
191 return cxstring::createRef(HTC->getTagName());
213 return cxstring::createNull();
215 return cxstring
[all...]
H A DCXExtractAPI.cpp74 return cxstring::createDup(BackingString.str());
106 return cxstring::createNull();
115 return cxstring::createNull();
119 return cxstring::createNull();
132 return cxstring::createNull();
138 return cxstring::createNull();
150 return cxstring::createNull();
H A DCIndex.cpp82 D->StringPool = new cxstring::CXStringPool();
4021 return cxstring::createDup(encoding);
4529 return cxstring::createEmpty();
4533 return cxstring::createDup(CXXUnit->getOriginalSourceFileName());
4559 return cxstring::createEmpty();
4568 return cxstring::createDup(Triple);
4596 return cxstring::createNull();
4599 return cxstring::createRef(FEnt->getName());
4687 return cxstring::createNull();
4690 return cxstring
[all...]
H A DCIndexDiagnostic.cpp57 return cxstring::createRef(Message.c_str());
62 *Disable = cxstring::createEmpty();
63 return cxstring::createEmpty();
67 CXString getCategoryText() const override { return cxstring::createEmpty(); }
78 return cxstring::createEmpty();
243 return cxstring::createEmpty();
358 return cxstring::createDup(Out.str());
381 return cxstring::createEmpty();
386 *Disable = cxstring::createEmpty();
391 return cxstring
[all...]
H A DCXString.cpp37 namespace cxstring { namespace in namespace:clang
165 } // end namespace cxstring
174 return static_cast<const cxstring::CXStringBuf *>(string.data)->Data.data();
188 static_cast<cxstring::CXStringBuf *>(
H A DARCMigrate.cpp129 *original = cxstring::createDup(
132 *transformed = cxstring::createDup(
H A DCXLoadedDiagnostic.cpp106 return cxstring::createRef(Spelling);
111 return cxstring::createEmpty();
115 *Disable = cxstring::createDup((Twine("-Wno-") + DiagOption).str());
116 return cxstring::createDup((Twine("-W") + DiagOption).str());
124 return cxstring::createDup(CategoryText);
145 return cxstring::createRef(FixIts[FixIt].second);
197 *errorString = cxstring::createDup(err);
242 *errorString = cxstring::createEmpty();
H A DCXString.h25 namespace cxstring { namespace in namespace:clang
H A DCXTranslationUnit.h31 clang::cxstring::CXStringPool *StringPool;
H A DCIndexCodeCompletion.cpp115 return cxstring::createNull();
138 return cxstring::createRef((*CCStr)[chunk_number].Text);
142 return cxstring::createEmpty();
213 return CCStr ? cxstring::createRef(CCStr->getAnnotation(annotation_number))
214 : cxstring::createNull();
225 return cxstring::createNull();
227 return cxstring::createRef(CCStr->getParentContextName());
235 return cxstring::createNull();
237 return cxstring::createRef(CCStr->getBriefComment());
331 return cxstring
[all...]
H A DCXSourceLocation.cpp191 *filename = cxstring::createEmpty();
289 if (filename) *filename = cxstring::createRef(PreLoc.getFilename());
H A DCXType.cpp302 return cxstring::createEmpty();
311 return cxstring::createDup(OS.str());
446 return cxstring::createDup(TD->getNameAsString().c_str());
448 return cxstring::createEmpty();
642 return cxstring::createRef(s);
1126 return cxstring::createEmpty();
1144 else return cxstring::createRef("?");
1148 return cxstring::createDup(encoding);

Completed in 271 milliseconds