Searched refs:getCurContext (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaBase.cpp | 12 DeclContext *SemaBase::getCurContext() const { return SemaRef.CurContext; } in getCurContext() function in clang::SemaBase
|
| H A D | SemaOpenACC.cpp | 1826 auto *ContextDecl = cast<FunctionDecl>(getCurContext()); in ActOnVariableDeclarator() 2218 getASTContext(), getCurContext(), StartLoc, DirLoc, EndLoc, Clauses); in ActOnEndDeclDirective() 2220 getCurContext()->addDecl(DeclareDecl); in ActOnEndDeclDirective() 2416 getASTContext(), getCurContext(), StartLoc, DirLoc, LParenLoc, FuncRef, in CheckRoutineDecl() 2419 getCurContext()->addDecl(LastRoutineDecl); in CheckRoutineDecl()
|
| H A D | SemaOpenACCClause.cpp | 2170 const DeclContext *DC = removeLinkageSpecDC(getCurContext()); in CheckLinkClauseVarList() 2211 const DeclContext *DC = removeLinkageSpecDC(getCurContext()); in CheckDeclareClause()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaBase.h | 45 DeclContext *getCurContext() const;
|