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 276 StringRef Arg0 = C->getArgText(0);
283 appendToResultWithHTMLEscaping(C->getArgText(i));
637 StringRef Arg0 = C->getArgText(0);
644 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 364 StringRef getArgText(unsigned Idx) const {
676 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 314 milliseconds