HomeSort by relevance Sort by last modified time
    Searched full:getnumprotocols (Results 1 - 11 of 11) sorted by null

  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 66 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) {
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 797 unsigned getNumProtocols() const {
798 return this->getTypePtr()->getNumProtocols();
802 assert(i < getNumProtocols() && "Index is out of bounds!");
806 assert(i < getNumProtocols() && "Index is out of bounds!");
811 assert(i < getNumProtocols() && "Index is out of bounds!");
835 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i)
840 return this->getNumProtocols() * sizeof(SourceLocation);
    [all...]
CanonicalType.h 648 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
666 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 486 assert(getNumProtocols() == NumProtocols &&
498 if (T->getNumProtocols() && T->getInterface())
    [all...]
ASTImporter.cpp 794 if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
796 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 389 Record.push_back(T->getNumProtocols());
613 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i)
    [all...]
ASTReader.cpp     [all...]

Completed in 874 milliseconds