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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 741 return getNumProtocols() ?
750 return getNumProtocols() ?
758 unsigned getNumProtocols() const {
759 return this->getTypePtr()->getNumProtocols();
763 assert(i < getNumProtocols() && "Index is out of bounds!");
767 assert(i < getNumProtocols() && "Index is out of bounds!");
772 assert(i < getNumProtocols() && "Index is out of bounds!");
777 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols());
783 if (!this->getNumProtocols()) return 0;
786 return (this->getNumProtocols() + 2) * sizeof(SourceLocation)
    [all...]
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 741 return getNumProtocols() ?
750 return getNumProtocols() ?
758 unsigned getNumProtocols() const {
759 return this->getTypePtr()->getNumProtocols();
763 assert(i < getNumProtocols() && "Index is out of bounds!");
767 assert(i < getNumProtocols() && "Index is out of bounds!");
772 assert(i < getNumProtocols() && "Index is out of bounds!");
777 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols());
783 if (!this->getNumProtocols()) return 0;
786 return (this->getNumProtocols() + 2) * sizeof(SourceLocation)
    [all...]
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 741 return getNumProtocols() ?
750 return getNumProtocols() ?
758 unsigned getNumProtocols() const {
759 return this->getTypePtr()->getNumProtocols();
763 assert(i < getNumProtocols() && "Index is out of bounds!");
767 assert(i < getNumProtocols() && "Index is out of bounds!");
772 assert(i < getNumProtocols() && "Index is out of bounds!");
777 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols());
783 if (!this->getNumProtocols()) return 0;
786 return (this->getNumProtocols() + 2) * sizeof(SourceLocation)
    [all...]
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 741 return getNumProtocols() ?
750 return getNumProtocols() ?
758 unsigned getNumProtocols() const {
759 return this->getTypePtr()->getNumProtocols();
763 assert(i < getNumProtocols() && "Index is out of bounds!");
767 assert(i < getNumProtocols() && "Index is out of bounds!");
772 assert(i < getNumProtocols() && "Index is out of bounds!");
777 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols());
783 if (!this->getNumProtocols()) return 0;
786 return (this->getNumProtocols() + 2) * sizeof(SourceLocation)
    [all...]
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 741 return getNumProtocols() ?
750 return getNumProtocols() ?
758 unsigned getNumProtocols() const {
759 return this->getTypePtr()->getNumProtocols();
763 assert(i < getNumProtocols() && "Index is out of bounds!");
767 assert(i < getNumProtocols() && "Index is out of bounds!");
772 assert(i < getNumProtocols() && "Index is out of bounds!");
777 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols());
783 if (!this->getNumProtocols()) return 0;
786 return (this->getNumProtocols() + 2) * sizeof(SourceLocation)
    [all...]
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 741 return getNumProtocols() ?
750 return getNumProtocols() ?
758 unsigned getNumProtocols() const {
759 return this->getTypePtr()->getNumProtocols();
763 assert(i < getNumProtocols() && "Index is out of bounds!");
767 assert(i < getNumProtocols() && "Index is out of bounds!");
772 assert(i < getNumProtocols() && "Index is out of bounds!");
777 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols());
783 if (!this->getNumProtocols()) return 0;
786 return (this->getNumProtocols() + 2) * sizeof(SourceLocation)
    [all...]
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 741 return getNumProtocols() ?
750 return getNumProtocols() ?
758 unsigned getNumProtocols() const {
759 return this->getTypePtr()->getNumProtocols();
763 assert(i < getNumProtocols() && "Index is out of bounds!");
767 assert(i < getNumProtocols() && "Index is out of bounds!");
772 assert(i < getNumProtocols() && "Index is out of bounds!");
777 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols());
783 if (!this->getNumProtocols()) return 0;
786 return (this->getNumProtocols() + 2) * sizeof(SourceLocation)
    [all...]
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLoc.h 741 return getNumProtocols() ?
750 return getNumProtocols() ?
758 unsigned getNumProtocols() const {
759 return this->getTypePtr()->getNumProtocols();
763 assert(i < getNumProtocols() && "Index is out of bounds!");
767 assert(i < getNumProtocols() && "Index is out of bounds!");
772 assert(i < getNumProtocols() && "Index is out of bounds!");
777 return llvm::makeArrayRef(getProtocolLocArray(), getNumProtocols());
783 if (!this->getNumProtocols()) return 0;
786 return (this->getNumProtocols() + 2) * sizeof(SourceLocation)
    [all...]
Type.h     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 347 milliseconds