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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp146 DeclContext *lexicalDC) {
187 if (lexicalDC)
188 Res->setLexicalDeclContext(lexicalDC);
392 /* lexicalDC = */ CDecl);
484 /* lexicalDC = */ CDecl);
533 DeclContext *lexicalDC){
574 if (lexicalDC)
575 PDecl->setLexicalDeclContext(lexicalDC);
1906 ObjCContainerDecl *lexicalDC) {
1967 if (lexicalDC)
138 ActOnProperty(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, ObjCDeclSpec &ODS, Selector GetterSel, Selector SetterSel, bool *isOverridingProperty, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
520 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
1903 ProcessPropertyDecl(ObjCPropertyDecl *property, ObjCContainerDecl *CD, ObjCPropertyDecl *redeclaredProperty, ObjCContainerDecl *lexicalDC) argument
[all...]

Completed in 141 milliseconds