Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXComment.cpp184 return cxstring::createRef(ICC->getArgText(ArgIdx)); in clang_InlineCommandComment_getArgText()
250 return cxstring::createRef(BCC->getArgText(ArgIdx)); in clang_BlockCommandComment_getArgText()
/external/llvm-project/clang/tools/libclang/
DCXComment.cpp183 return cxstring::createRef(ICC->getArgText(ArgIdx)); in clang_InlineCommandComment_getArgText()
249 return cxstring::createRef(BCC->getArgText(ArgIdx)); in clang_BlockCommandComment_getArgText()
/external/llvm-project/clang/lib/Index/
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()
/external/clang/lib/Index/
DCommentToXML.cpp275 StringRef Arg0 = C->getArgText(0); in visitInlineCommandComment()
282 appendToResultWithHTMLEscaping(C->getArgText(i)); in visitInlineCommandComment()
629 StringRef Arg0 = C->getArgText(0); in visitInlineCommandComment()
636 appendToResultWithXMLEscaping(C->getArgText(i)); in visitInlineCommandComment()
/external/clang/include/clang/AST/
DComment.h366 StringRef getArgText(unsigned Idx) const { in getArgText() function
678 StringRef getArgText(unsigned Idx) const { in getArgText() function
/external/llvm-project/clang/include/clang/AST/
DComment.h360 StringRef getArgText(unsigned Idx) const { in getArgText() function
672 StringRef getArgText(unsigned Idx) const { in getArgText() function
/external/llvm-project/clang-tools-extra/clang-doc/
DSerialize.cpp108 CurrentCI.Args.push_back(C->getArgText(I)); in visitInlineCommandComment()
132 CurrentCI.Args.push_back(C->getArgText(I)); in visitBlockCommandComment()
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1541 Args.push_back(C->getArgText(I)); in visitInlineCommandComment()
1573 Args.push_back(C->getArgText(I)); in visitBlockCommandComment()
DTextNodeDumper.cpp747 OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\""; in visitInlineCommandComment()
773 OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\""; in visitBlockCommandComment()
/external/clang/lib/AST/
DASTDumper.cpp2366 OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\""; in visitInlineCommandComment()
2389 OS << " Arg[" << i << "]=\"" << C->getArgText(i) << "\""; in visitBlockCommandComment()
/external/llvm-project/clang/unittests/AST/
DCommentParser.cpp314 StringRef ActualArg = ICC->getArgText(0); in HasInlineCommandAt()
/external/clang/unittests/AST/
DCommentParser.cpp316 StringRef ActualArg = ICC->getArgText(0); in HasInlineCommandAt()