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

  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 67 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) {
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 780 unsigned getNumProtocols() const {
781 return this->getTypePtr()->getNumProtocols();
785 assert(i < getNumProtocols() && "Index is out of bounds!");
789 assert(i < getNumProtocols() && "Index is out of bounds!");
794 assert(i < getNumProtocols() && "Index is out of bounds!");
818 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i)
823 return this->getNumProtocols() * sizeof(SourceLocation);
    [all...]
CanonicalType.h 689 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
707 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 431 assert(getNumProtocols() == NumProtocols &&
443 if (T->getNumProtocols() && T->getInterface())
    [all...]
ASTImporter.cpp 815 if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
817 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 790 if (ObjT->getNumProtocols())
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 380 Record.push_back(T->getNumProtocols());
603 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i)
    [all...]
ASTReader.cpp     [all...]

Completed in 424 milliseconds