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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp122 DeclContext *lexicalDC) {
167 if (lexicalDC)
168 Res->setLexicalDeclContext(lexicalDC);
328 /* lexicalDC = */ CDecl);
388 /* lexicalDC = */ CDecl);
436 DeclContext *lexicalDC){
469 if (lexicalDC)
470 PDecl->setLexicalDeclContext(lexicalDC);
1842 ObjCContainerDecl *lexicalDC) {
1899 if (lexicalDC)
114 ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, ObjCDeclSpec &ODS, Selector GetterSel, Selector SetterSel, bool *isOverridingProperty, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
423 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
1839 ProcessPropertyDecl(ObjCPropertyDecl *property, ObjCContainerDecl *CD, ObjCPropertyDecl *redeclaredProperty, ObjCContainerDecl *lexicalDC) argument
[all...]

Completed in 55 milliseconds