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

  /external/clang/tools/libclang/
IndexingContext.cpp 32 CXIdxObjCProtocolRefInfo ProtInfo = { 0,
35 ProtInfos.push_back(ProtInfo);
453 ObjCProtocolListInfo ProtInfo(D->isThisDeclarationADefinition()
459 InterInfo.ObjCProtoListInfo = ProtInfo.getListInfo();
498 ObjCProtocolDeclInfo ProtInfo(D);
499 ProtInfo.ObjCProtoRefListInfo = ProtListInfo.getListInfo();
501 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo);
518 ObjCProtocolListInfo ProtInfo(D->getReferencedProtocols(), *this, SA);
530 CatDInfo.ObjCProtoListInfo = ProtInfo.getListInfo();
    [all...]
  /external/libnfc-nxp/inc/
phNfcTypes.h 591 uint8_t ProtInfo[PHHAL_PROT_INFO_B_LENGTH]; /**< Protocol Information of the TYPE B
    [all...]

Completed in 418 milliseconds