Home
last modified time | relevance | path

Searched refs:createNull (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp130 return cxstring::createNull(); in clang_TextComment_getText()
138 return cxstring::createNull(); in clang_InlineCommandComment_getCommandName()
181 return cxstring::createNull(); in clang_InlineCommandComment_getArgText()
189 return cxstring::createNull(); in clang_HTMLTagComment_getTagName()
213 return cxstring::createNull(); in clang_HTMLStartTag_getAttrName()
221 return cxstring::createNull(); in clang_HTMLStartTag_getAttrValue()
229 return cxstring::createNull(); in clang_BlockCommandComment_getCommandName()
247 return cxstring::createNull(); in clang_BlockCommandComment_getArgText()
263 return cxstring::createNull(); in clang_ParamCommandComment_getParamName()
314 return cxstring::createNull(); in clang_TParamCommandComment_getParamName()
[all …]
H A DCXCompilationDatabase.cpp106 return cxstring::createNull(); in clang_CompileCommand_getDirectory()
116 return cxstring::createNull(); in clang_CompileCommand_getFilename()
135 return cxstring::createNull(); in clang_CompileCommand_getArg()
140 return cxstring::createNull(); in clang_CompileCommand_getArg()
158 return cxstring::createNull(); in clang_CompileCommand_getMappedSourcePath()
166 return cxstring::createNull(); in clang_CompileCommand_getMappedSourceContent()
H A DCXExtractAPI.cpp106 return cxstring::createNull(); in clang_getSymbolGraphForUSR()
115 return cxstring::createNull(); in clang_getSymbolGraphForCursor()
119 return cxstring::createNull(); in clang_getSymbolGraphForCursor()
132 return cxstring::createNull(); in clang_getSymbolGraphForCursor()
138 return cxstring::createNull(); in clang_getSymbolGraphForCursor()
150 return cxstring::createNull(); in clang_getSymbolGraphForCursor()
H A DCXString.cpp50 CXString createNull() { in createNull() function
69 return createNull(); in createDup()
82 return createNull(); in createRef()
H A DCIndexCodeCompletion.cpp115 return cxstring::createNull(); in clang_getCompletionChunkText()
214 : cxstring::createNull(); in clang_getCompletionAnnotation()
225 return cxstring::createNull(); in clang_getCompletionParent()
235 return cxstring::createNull(); in clang_getCompletionBriefComment()
331 return cxstring::createNull(); in clang_getCompletionFixIt()
338 return cxstring::createNull(); in clang_getCompletionFixIt()
H A DCXString.h35 CXString createNull();
H A DCIndex.cpp4596 return cxstring::createNull(); in clang_getFileName()
4687 return cxstring::createNull(); in clang_File_tryGetRealPathName()
8573 return cxstring::createNull(); in clang_Cursor_getObjCPropertyGetterName()
8578 return cxstring::createNull(); in clang_Cursor_getObjCPropertyGetterName()
8585 return cxstring::createNull(); in clang_Cursor_getObjCPropertySetterName()
8590 return cxstring::createNull(); in clang_Cursor_getObjCPropertySetterName()
8686 return cxstring::createNull(); in clang_Cursor_getRawCommentText()
8701 return cxstring::createNull(); in clang_Cursor_getBriefCommentText()
8715 return cxstring::createNull(); in clang_Cursor_getBriefCommentText()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DTwine.h395 static Twine createNull() { in createNull() function