Searched defs:PID (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Support/
H A DLockFileManager.cpp34 // Read the owning host and PID out of the lock file. If it appears that the
48 int PID; local
49 if (!PIDStr.getAsInteger(10, PID)) {
50 auto Owner = std::make_pair(std::string(Hostname), PID);
60 bool LockFileManager::processStillExecuting(StringRef Hostname, int PID) { argument
67 if (MyHostname == Hostname && getsid(PID) == -1 && errno == ESRCH)
116 // We failed to write out PID, so make up an excuse, remove the
/external/clang/lib/AST/
H A DDeclPrinter.cpp1023 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { argument
1024 if (!PID->isThisDeclarationADefinition()) {
1025 Out << "@protocol " << *PID << ";\n"; local
1029 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
1031 Out << "@protocol " << *PID; local
1037 Out << "@protocol " << *PID << '\n'; local
1038 VisitDeclContext(PID, false);
1042 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { argument
1043 Out << "@implementation " << *PID->getClassInterface() << '(' << *PID <<")\
1050 VisitObjCCategoryDecl(ObjCCategoryDecl *PID) argument
1148 VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) argument
[all...]
H A DDeclObjC.cpp201 const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this); local
202 for (const auto *I : PID->protocols())
1718 for (auto *PID : property_impls())
1719 if (PID->getPropertyIvarDecl() &&
1720 PID->getPropertyIvarDecl()->getIdentifier() == ivarId)
1721 return PID;
1731 for (auto *PID : property_impls())
1732 if (PID->getPropertyDecl()->getIdentifier() == Id)
1733 return PID;
/external/clang/lib/CodeGen/
H A DCGObjC.cpp746 const ObjCPropertyImplDecl *PID) {
748 GenerateObjCAtomicGetterCopyHelperFunction(PID);
749 const ObjCPropertyDecl *PD = PID->getPropertyDecl();
754 generateObjCGetterBody(IMP, PID, OMD, AtomicHelperFn);
1062 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { argument
1063 Expr *setter = PID->getSetterCXXAssignment();
1275 const ObjCPropertyImplDecl *PID) {
1277 GenerateObjCAtomicSetterCopyHelperFunction(PID);
1278 const ObjCPropertyDecl *PD = PID->getPropertyDecl();
1283 generateObjCSetterBody(IMP, PID, AtomicHelperF
745 GenerateObjCGetter(ObjCImplementationDecl *IMP, const ObjCPropertyImplDecl *PID) argument
1274 GenerateObjCSetter(ObjCImplementationDecl *IMP, const ObjCPropertyImplDecl *PID) argument
2869 GenerateObjCAtomicSetterCopyHelperFunction( const ObjCPropertyImplDecl *PID) argument
2946 GenerateObjCAtomicGetterCopyHelperFunction( const ObjCPropertyImplDecl *PID) argument
[all...]
H A DCodeGenModule.cpp2966 for (const auto *PID : D->property_impls()) {
2968 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Synthesize) {
2969 ObjCPropertyDecl *PD = PID->getPropertyDecl();
2978 const_cast<ObjCImplementationDecl *>(D), PID); local
2982 const_cast<ObjCImplementationDecl *>(D), PID); local
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp275 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
775 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, argument
780 SourceLocation startLoc = PID->getLocStart();
789 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
793 ObjCPropertyDecl *PD = PID->getPropertyDecl();
794 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
H A DRewriteModernObjC.cpp329 void RewritePropertyImplDecl(ObjCPropertyImplDecl *PID,
938 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, argument
945 if (PID->getLocStart().isValid()) {
946 SourceLocation startLoc = PID->getLocStart();
957 if (PID->getPropertyImplementation() == ObjCPropertyImplDecl::Dynamic)
961 ObjCPropertyDecl *PD = PID->getPropertyDecl();
962 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
/external/clang/tools/libclang/
H A DCIndex.cpp1030 bool CursorVisitor::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { argument
1031 if (!PID->isThisDeclarationADefinition())
1032 return Visit(MakeCursorObjCProtocolRef(PID, PID->getLocation(), TU));
1034 ObjCProtocolDecl::protocol_loc_iterator PL = PID->protocol_loc_begin();
1035 for (ObjCProtocolDecl::protocol_iterator I = PID->protocol_begin(),
1036 E = PID->protocol_end(); I != E; ++I, ++PL)
1040 return VisitObjCContainerDecl(PID);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 190 milliseconds