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

  /external/clang/lib/AST/
DeclPrinter.cpp 964 // Protocols?
965 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols();
966 if (!Protocols.empty()) {
967 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
968 E = Protocols.end(); I != E; ++I)
969 Out << (I == Protocols.begin() ? '<' : ',') << **I;
1001 // Protocols?
1002 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
1003 if (!Protocols.empty()) {
1005 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin()
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
DeclObjC.cpp 163 // Look through protocols.
177 // Look through protocols.
193 /// with name 'PropertyId' in the primary class; including those in protocols
210 // Look through protocols.
271 // This is O(n*m). But it is extremely rare and number of protocols in
396 // Didn't find one yet - look through protocols.
412 // Didn't find one yet - look through protocols.
413 const ObjCList<ObjCProtocolDecl> &Protocols =
415 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
416 E = Protocols.end(); I != E; ++I
    [all...]
Type.cpp 480 ObjCProtocolDecl * const *Protocols,
489 memcpy(getProtocolStorage(), Protocols,
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 308 /// All of the protocols that have been declared.
375 /// and ObjC2 protocols. Objective-C 1 protocols can not contain optional
408 /// Generates a list of referenced protocols. Classes, categories, and
409 /// protocols all use this structure.
410 llvm::Constant *GenerateProtocolList(ArrayRef<std::string> Protocols);
411 /// To ensure that all protocols are seen by the runtime, we add a category on
413 /// protocols. This is a horribly ugly hack, but it allows us to collect all
414 /// of the protocols without changing the ABI.
426 llvm::Constant *Protocols,
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 884 // Protocols are in distinct namespaces from everything else.
    [all...]
SemaDeclObjC.cpp 49 // We ignore protocols here. Should we? What about Class?
560 // Check then save referenced protocols.
703 /// Check then save referenced protocols.
712 /// FindProtocolDeclaration - This routine looks up protocols and
714 /// protocol declarations in its 'Protocols' argument.
719 SmallVectorImpl<Decl *> &Protocols) {
751 Protocols.push_back(PDecl);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 706 // Read the directly referenced protocols and their SourceLocations.
708 SmallVector<ObjCProtocolDecl *, 16> Protocols;
709 Protocols.reserve(NumProtocols);
711 Protocols.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx));
716 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(),
719 // Read the transitive closure of protocols referenced by this class.
721 Protocols.clear();
722 Protocols.reserve(NumProtocols);
724 Protocols.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx));
725 ID->data().AllReferencedProtocols.set(Protocols.data(), NumProtocols
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 301 text.push('Next Protocols: ' + data.spdyStatus.next_protos);
  /external/clang/include/clang/AST/
ASTContext.h 678 /// base classes, its protocols, or its categories' protocols, that has
    [all...]
Type.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/webkit/Tools/Scripts/
prepare-ChangeLog 275 if (`curl --version | grep ^Protocols` !~ /\bhttps\b/) {
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 474 // This is only valid on protocols.
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/iproute2/doc/
ip-cref.tex 437 no invariant value and its interpretation depends on the network protocols
    [all...]

Completed in 87 milliseconds