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 66 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i) {
CIndex.cpp     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 834 unsigned getNumProtocols() const {
835 return this->getTypePtr()->getNumProtocols();
839 assert(i < getNumProtocols() && "Index is out of bounds!");
843 assert(i < getNumProtocols() && "Index is out of bounds!");
848 assert(i < getNumProtocols() && "Index is out of bounds!");
872 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i)
877 return this->getNumProtocols() * sizeof(SourceLocation);
    [all...]
CanonicalType.h 645 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
663 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 470 assert(getNumProtocols() == NumProtocols &&
482 if (T->getNumProtocols() && T->getInterface())
    [all...]
ASTImporter.cpp 808 if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
810 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 397 Record.push_back(T->getNumProtocols());
624 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i)
    [all...]
ASTReader.cpp     [all...]

Completed in 857 milliseconds