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

  /external/clang/tools/libclang/
CXComment.cpp 200 return HST->getNumAttrs();
205 if (!HST || AttrIdx >= HST->getNumAttrs())
213 if (!HST || AttrIdx >= HST->getNumAttrs())
524 if (C->getNumAttrs() != 0) {
525 for (unsigned i = 0, e = C->getNumAttrs(); i != e; i++) {
    [all...]
IndexingContext.h 257 unsigned getNumAttrs() const { return (unsigned)CXAttrs.size(); }
IndexingContext.cpp 922 EntityInfo.numAttributes = EntityInfo.AttrList->getNumAttrs();
    [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/include/clang/AST/
Comment.h 457 unsigned getNumAttrs() const {
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]

Completed in 118 milliseconds