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

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Handle.h 29 LIST_ENTRY Protocols;
51 LIST_ENTRY Protocols;
65 /// Link on IHANDLE.Protocols
69 /// Link on PROTOCOL_ENTRY.Protocols
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.h 125 LIST_ENTRY Protocols;
145 LIST_ENTRY Protocols;
158 /// Link on IHANDLE.Protocols
162 /// Link on PROTOCOL_ENTRY.Protocols
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmm.h 31 // SUPPORTED PROTOCOLS
35 // Define an enumeration for all the supported protocols
352 // With the changes we've made to the protocols, we can now use table
353 // lookups for the following protocols:
441 // Define a memory "stamp" equivalent in size and function to most of the protocols
521 QNC_SMM_PROTOCOL Protocols;
527 Protocols, \
532 // Create private data for the protocols that we'll publish
538 QNC_SMM_QUALIFIED_PROTOCOL Protocols[NUM_PROTOCOLS];
  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
DeclObjC.cpp 97 /// found in the class, its protocols, its super classes or categories.
133 // Also look into protocols, for a user declared instance method.
147 for (const auto *PI : PD->protocols())
242 for (const auto *I : PID->protocols())
258 // Look through protocols.
271 // Look through protocols.
273 for (const auto *I : OCD->protocols())
342 /// with name 'PropertyId' in the primary class; including those in protocols
361 // Look through protocols.
424 // This is O(n*m). But it is extremely rare and number of protocols i
    [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceDatabase.py     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 665 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols();
670 if (Protocols.empty()) {
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 323 /// All of the protocols that have been declared.
389 /// and ObjC2 protocols. Objective-C 1 protocols can not contain optional
426 /// Generates a list of referenced protocols. Classes, categories, and
427 /// protocols all use this structure.
428 llvm::Constant *GenerateProtocolList(ArrayRef<std::string> Protocols);
430 /// To ensure that all protocols are seen by the runtime, we add a category on
432 /// protocols. This is a horribly ugly hack, but it allows us to collect all
433 /// of the protocols without changing the ABI.
446 llvm::Constant *Protocols,
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 898 // Protocols are in distinct namespaces from everything else.
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 492 milliseconds