HomeSort by relevance Sort by last modified time
    Searched refs:getNumProtocols (Results 1 - 14 of 14) 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 910 unsigned getNumProtocols() const {
911 return this->getTypePtr()->getNumProtocols();
915 assert(i < getNumProtocols() && "Index is out of bounds!");
919 assert(i < getNumProtocols() && "Index is out of bounds!");
924 assert(i < getNumProtocols() && "Index is out of bounds!");
930 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols());
959 + this->getNumProtocols() * sizeof(SourceLocation);
    [all...]
CanonicalType.h 571 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
589 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(unsigned, getNumProtocols)
Type.h     [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 412 for (unsigned i = 0, e = getNumProtocols(); i != e; ++i)
Type.cpp 551 assert(getNumProtocols() == protocols.size() &&
    [all...]
ASTDiagnostic.cpp 195 Ty->getNumProtocols()),
    [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 430 Record.push_back(T->getNumProtocols());
664 for (unsigned i = 0, e = TL.getNumProtocols(); i != e; ++i)
    [all...]
ASTReader.cpp     [all...]

Completed in 460 milliseconds