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

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DLockFileManager.cpp38 int PID = 0; local
51 bool LockFileManager::processStillExecuting(StringRef Hostname, int PID) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp118 ObjCPropertyImplDecl *PID = *I; local
/freebsd-10.0-release/usr.bin/ipcs/
H A Dipcs.c104 #define PID 8 macro
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1018 void DeclPrinter::VisitObjCProtocolDecl(ObjCProtocolDecl *PID) { argument
1020 Out << "@protocol " << *PID << ";\n"; local
1026 Out << "@protocol " << *PID; local
1032 Out << "@protocol " << *PID << '\n'; local
1037 void DeclPrinter::VisitObjCCategoryImplDecl(ObjCCategoryImplDecl *PID) { argument
1045 VisitObjCCategoryDecl(ObjCCategoryDecl *PID) argument
1145 VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PID) argument
[all...]
H A DDeclObjC.cpp211 const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this); local
1611 ObjCPropertyImplDecl *PID = *i; local
1626 ObjCPropertyImplDecl *PID = *i; local
[all...]
H A DASTContext.cpp4875 ObjCPropertyImplDecl *PID = *i; local
4889 ObjCPropertyImplDecl *PID = *i; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp1861 ObjCPropertyImplDecl *PID = *i; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2693 ObjCPropertyImplDecl *PID = *i; local
2706 const_cast<ObjCImplementationDecl *>(D), PID); local
2710 const_cast<ObjCImplementationDecl *>(D), PID); local
H A DCGObjC.cpp1056 static bool hasTrivialSetExpr(const ObjCPropertyImplDecl *PID) { argument
742 GenerateObjCGetter(ObjCImplementationDecl *IMP, const ObjCPropertyImplDecl *PID) argument
1268 GenerateObjCSetter(ObjCImplementationDecl *IMP, const ObjCPropertyImplDecl *PID) argument
2856 GenerateObjCAtomicSetterCopyHelperFunction( const ObjCPropertyImplDecl *PID) argument
2938 GenerateObjCAtomicGetterCopyHelperFunction( const ObjCPropertyImplDecl *PID) argument
[all...]
H A DCGObjCMac.cpp3088 ObjCPropertyImplDecl *PID = *i; local
5685 ObjCPropertyImplDecl *PID = *i; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp768 void RewriteObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, argument
H A DRewriteModernObjC.cpp917 void RewriteModernObjC::RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, argument

Completed in 255 milliseconds