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

  /external/clang/tools/libclang/
CXComment.cpp 176 return cxstring::createRef(ICC->getArgText(ArgIdx));
242 return cxstring::createRef(BCC->getArgText(ArgIdx));
595 StringRef Arg0 = C->getArgText(0);
602 appendToResultWithHTMLEscaping(C->getArgText(i));
969 StringRef Arg0 = C->getArgText(0);
976 appendToResultWithXMLEscaping(C->getArgText(i));
    [all...]
  /external/clang/include/clang/AST/
Comment.h 353 StringRef getArgText(unsigned Idx) const {
657 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 119 milliseconds