Home
last modified time | relevance | path

Searched refs:getCurObjCLexicalContext (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DSema.h8658 const DeclContext *getCurObjCLexicalContext() const { in getCurObjCLexicalContext() function
/external/clang/lib/Sema/
DSemaDecl.cpp14126 const Decl *D = cast_or_null<Decl>(getCurObjCLexicalContext()); in getCurContextAvailability()
DSemaExpr.cpp79 const Decl *DC = cast_or_null<Decl>(S.getCurObjCLexicalContext()); in DiagnoseUnusedOfDecl()