Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h358 StringRef getArgText(unsigned Idx) const { in getArgText() function
655 StringRef getArgText(unsigned Idx) const { in getArgText() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1635 Args.push_back(C->getArgText(I)); in visitInlineCommandComment()
1667 Args.push_back(C->getArgText(I)); in visitBlockCommandComment()
H A DTextNodeDumper.cpp790 OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\""; in visitInlineCommandComment()
816 OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\""; in visitBlockCommandComment()