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 837 unsigned getNumProtocols() const {
838 return this->getTypePtr()->getNumProtocols();
842 assert(i < getNumProtocols() && "Index is out of bounds!");
846 assert(i < getNumProtocols() && "Index is out of bounds!");
851 assert(i < getNumProtocols() && "Index is out of bounds!");
875 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i)
880 return this->getNumProtocols() * sizeof(SourceLocation);
    [all...]
CanonicalType.h 644 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
662 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 478 assert(getNumProtocols() == NumProtocols &&
490 if (T->getNumProtocols() && T->getInterface())
    [all...]
ASTImporter.cpp 807 if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
809 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 411 Record.push_back(T->getNumProtocols());
640 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i)
    [all...]
ASTReader.cpp     [all...]

Completed in 350 milliseconds