Searched defs:PDecl (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1076 void DeclPrinter::VisitObjCPropertyDecl(ObjCPropertyDecl *PDecl) { argument
[all...]
H A DDeclObjC.cpp1448 ObjCProtocolDecl *PDecl = this; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h684 const ObjCPropertyDecl *PDecl = getExplicitProperty(); local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp377 ObjCPropertyDecl *PDecl = local
577 ObjCPropertyDecl *PDecl = ObjCPropertyDecl::Create(Context, DC, local
2013 CheckObjCPropertyAttributes(Decl *PDecl, SourceLocation Loc, unsigned &Attributes, bool propertyInPrimaryClass) argument
[all...]
H A DSemaDeclObjC.cpp704 ObjCProtocolDecl *PDecl = 0; local
763 ObjCProtocolDecl *PDecl = LookupProtocol(ProtocolId[i].first, local
837 ObjCProtocolDecl *PDecl local
1620 CheckProtocolMethodDefs(SourceLocation ImpLoc, ObjCProtocolDecl *PDecl, bool& IncompleteImpl, const SelectorSet &InsMap, const SelectorSet &ClsMap, ObjCContainerDecl *CDecl) argument
3534 const ObjCPropertyDecl *PDecl; local
[all...]
H A DSemaExprObjC.cpp1044 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); local
1447 const ObjCPropertyDecl *PDecl = 0; local
[all...]
H A DSemaExpr.cpp2269 const ObjCPropertyDecl *PDecl; local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp740 ObjCProtocolDecl *PDecl = ConformingProtocols[i1]; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp991 void RewriteObjC::RewriteProtocolDecl(ObjCProtocolDecl *PDecl) { argument
1136 ParmVarDecl *PDecl = *PI; local
5187 RewriteObjCProtocolMetaData( ObjCProtocolDecl *PDecl, StringRef prefix, StringRef ClassName, std::string &Result) argument
[all...]
H A DRewriteModernObjC.cpp1171 void RewriteModernObjC::RewriteProtocolDecl(ObjCProtocolDecl *PDecl) { argument
1332 ParmVarDecl *PDecl = *PI; local
6031 Write_ProtocolExprReferencedMetadata(ASTContext *Context, ObjCProtocolDecl *PDecl, std::string &Result) argument
7056 RewriteObjCProtocolMetaData(ObjCProtocolDecl *PDecl, std::string &Result) argument
[all...]

Completed in 299 milliseconds