Home
last modified time | relevance | path

Searched refs:getArgText (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp272 StringRef Arg0 = C->getArgText(0); in visitInlineCommandComment()
279 appendToResultWithHTMLEscaping(C->getArgText(i)); in visitInlineCommandComment()
621 StringRef Arg0 = C->getArgText(0); in visitInlineCommandComment()
628 appendToResultWithXMLEscaping(C->getArgText(i)); in visitInlineCommandComment()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp183 return cxstring::createRef(ICC->getArgText(ArgIdx)); in clang_InlineCommandComment_getArgText()
249 return cxstring::createRef(BCC->getArgText(ArgIdx)); in clang_BlockCommandComment_getArgText()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h360 StringRef getArgText(unsigned Idx) const { in getArgText() function
672 StringRef getArgText(unsigned Idx) const { in getArgText() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1543 Args.push_back(C->getArgText(I)); in visitInlineCommandComment()
1575 Args.push_back(C->getArgText(I)); in visitBlockCommandComment()
H A DTextNodeDumper.cpp747 OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\""; in visitInlineCommandComment()
773 OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\""; in visitBlockCommandComment()