Searched refs:getCurLexicalContext (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp24 FunctionDecl *FD = dyn_cast<FunctionDecl>(getCurLexicalContext());
H A DSemaPseudoObject.cpp688 if (S.getCurLexicalContext()->isObjCContainer() &&
689 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl &&
690 S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) {
H A DSemaAvailability.cpp571 Decl *Ctx = cast<Decl>(S.getCurLexicalContext());
H A DSemaStmtAsm.cpp259 FunctionDecl *FD = dyn_cast<FunctionDecl>(getCurLexicalContext());
H A DSemaOpenMP.cpp2686 SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(),
2708 return SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(),
2775 !getCurLexicalContext()->isTranslationUnit()) {
2790 !CanonicalVD->getDeclContext()->Equals(getCurLexicalContext())) {
2805 (!getCurLexicalContext()->isFileContext() ||
2806 !getCurLexicalContext()->Encloses(CanonicalVD->getDeclContext()))) {
2820 !isDeclInScope(ND, getCurLexicalContext(), CurScope)) {
2962 D = OMPThreadPrivateDecl::Create(Context, getCurLexicalContext(), Loc,
3122 Owner = getCurLexicalContext();
3177 return OMPRequiresDecl::Create(Context, getCurLexicalContext(), Lo
[all...]
H A DSema.cpp1717 Decl *C = cast<Decl>(getCurLexicalContext());
H A DSemaDecl.cpp14051 if (getCurLexicalContext()->isObjCContainer() &&
14052 getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl &&
14053 getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation)
16257 if (getCurLexicalContext()->isObjCContainer() &&
H A DSemaDeclObjC.cpp5003 if (isa<TranslationUnitDecl>(getCurLexicalContext()->getRedeclContext()))
H A DSemaDeclAttr.cpp1898 if (S.LookupQualifiedName(LR, S.getCurLexicalContext()))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp345 getCurScope(), Actions.getCurLexicalContext(), Name, ReductionTypes, AS);
572 getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12406 DeclContext *getCurLexicalContext() const { function
12411 const DeclContext *DC = getCurLexicalContext();

Completed in 378 milliseconds