HomeSort by relevance Sort by last modified time
    Searched refs:getArgText (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Index/
CommentToXML.cpp 275 StringRef Arg0 = C->getArgText(0);
282 appendToResultWithHTMLEscaping(C->getArgText(i));
631 StringRef Arg0 = C->getArgText(0);
638 appendToResultWithXMLEscaping(C->getArgText(i));
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 184 return cxstring::createRef(ICC->getArgText(ArgIdx));
250 return cxstring::createRef(BCC->getArgText(ArgIdx));
  /external/clang/include/clang/AST/
Comment.h 366 StringRef getArgText(unsigned Idx) const {
678 StringRef getArgText(unsigned Idx) const {
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 316 StringRef ActualArg = ICC->getArgText(0);
    [all...]

Completed in 233 milliseconds