Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h9578 const DeclContext *getCurObjCLexicalContext() const { in getCurObjCLexicalContext() function
/external/llvm-project/clang/include/clang/Sema/
DSema.h12503 const DeclContext *getCurObjCLexicalContext() const { in getCurObjCLexicalContext() function
/external/clang/lib/Sema/
DSemaDecl.cpp15240 const Decl *D = cast_or_null<Decl>(getCurObjCLexicalContext()); in getCurContextAvailability()
DSemaExpr.cpp83 const Decl *DC = cast_or_null<Decl>(S.getCurObjCLexicalContext()); in DiagnoseUnusedOfDecl()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp95 const Decl *DC = cast_or_null<Decl>(S.getCurObjCLexicalContext()); in DiagnoseUnusedOfDecl()