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

  /external/clang/tools/libclang/
CXComment.cpp 208 return HST->getNumAttrs();
213 if (!HST || AttrIdx >= HST->getNumAttrs())
221 if (!HST || AttrIdx >= HST->getNumAttrs())
IndexingContext.h 258 unsigned getNumAttrs() const { return (unsigned)CXAttrs.size(); }
IndexingContext.cpp 931 EntityInfo.numAttributes = EntityInfo.AttrList->getNumAttrs();
    [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 205 if (C->getNumAttrs() != 0) {
206 for (unsigned i = 0, e = C->getNumAttrs(); i != e; i++) {
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 376 if (HST->getNumAttrs() != 0)
378 << "HTMLStartTagComment has " << HST->getNumAttrs() << " attr(s), "
398 if (HST->getNumAttrs() != 1)
400 << "HTMLStartTagComment has " << HST->getNumAttrs() << " attr(s), "
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
  /external/clang/include/clang/AST/
Comment.h 476 unsigned getNumAttrs() const {

Completed in 76 milliseconds