Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13757 const DeclContext *getCurObjCLexicalContext() const { in getCurObjCLexicalContext() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp107 const Decl *DC = cast_or_null<Decl>(S.getCurObjCLexicalContext()); in DiagnoseUnusedOfDecl()