/external/clang/lib/AST/ |
DeclPrinter.cpp | 987 // Protocols? 988 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols(); 989 if (!Protocols.empty()) { 990 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(), 991 E = Protocols.end(); I != E; ++I) 992 Out << (I == Protocols.begin() ? '<' : ',') << **I; 1025 // Protocols? 1026 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols(); 1027 if (!Protocols.empty()) { 1029 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin() [all...] |
ASTContext.cpp | [all...] |
ASTImporter.cpp | [all...] |
DeclObjC.cpp | 97 /// method was found in the class, its protocols, its super classes or categories. 137 // Also look into protocols, for a user declared instance method. 230 // Look through protocols. 244 // Look through protocols. 260 /// with name 'PropertyId' in the primary class; including those in protocols 277 // Look through protocols. 338 // This is O(n*m). But it is extremely rare and number of protocols in 477 // Didn't find one yet - look through protocols. 494 // Didn't find one yet - look through protocols. 495 const ObjCList<ObjCProtocolDecl> &Protocols [all...] |
Type.cpp | 464 ObjCProtocolDecl * const *Protocols, 473 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? 586 // Check then save referenced protocols. 726 /// Check then save referenced protocols. 735 /// FindProtocolDeclaration - This routine looks up protocols and 737 /// protocol declarations in its 'Protocols' argument. 742 SmallVectorImpl<Decl *> &Protocols) { 777 Protocols.push_back(PDecl); [all...] |
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | 377 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); 382 if (Protocols.empty()) { 468 // Find all implicit conforming protocols for this class 495 // Further reduce number of conforming protocols. If protocol P1 is in the list
|
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | 735 // Read the directly referenced protocols and their SourceLocations. 737 SmallVector<ObjCProtocolDecl *, 16> Protocols; 738 Protocols.reserve(NumProtocols); 740 Protocols.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx)); 745 ID->setProtocolList(Protocols.data(), NumProtocols, ProtoLocs.data(), 748 // Read the transitive closure of protocols referenced by this class. 750 Protocols.clear(); 751 Protocols.reserve(NumProtocols); 753 Protocols.push_back(ReadDeclAs<ObjCProtocolDecl>(Record, Idx)); 754 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 | 677 /// 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/clang/lib/Parse/ |
ParseObjc.cpp | 490 // This is only valid on protocols. [all...] |
/external/chromium_org/ppapi/tests/ |
test_websocket.cc | 209 RUN_TEST_WITH_REFERENCE_CHECK(Protocols, filter); 303 PP_Var protocols[] = { PP_MakeUndefined() }; local 311 protocols[0] = CreateVarString(protocol); 315 ws, url_var, protocols, protocol_count, 319 ReleaseVar(protocols[0]); 388 PP_Var protocols[] = { PP_MakeUndefined() }; local 395 ws, PP_MakeUndefined(), protocols, 1U, 400 ws, PP_MakeUndefined(), protocols, 1U, 572 PP_Var protocols[] = { PP_MakeUndefined() }; local 615 ws, url, protocols, 0U, callback.GetCallback().pp_completion_callback()) 1236 const pp::Var protocols[] = { pp::Var() }; local 1299 const pp::Var protocols[] = { pp::Var() }; local 1323 const pp::Var protocols[] = { pp::Var() }; local 1439 const pp::Var protocols[] = { pp::Var(protocol) }; local 1461 const pp::Var protocols[] = { pp::Var() }; local 1495 const pp::Var protocols[] = { pp::Var() }; local 1527 const pp::Var protocols[] = { pp::Var() }; local [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...] |