Home
last modified time | relevance | path

Searched refs:getEnclosingNamespaceContext (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp107 const DeclContext *NamespaceCtx = FD->getEnclosingNamespaceContext(); in checkPreStmt()
456 const DeclContext *NamespaceCtx = FD->getEnclosingNamespaceContext(); in checkPreStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp141 if (!RD->getEnclosingNamespaceContext()->isStdNamespace()) in lookupInfoForType()
H A DDeclBase.cpp1938 DeclContext *DeclContext::getEnclosingNamespaceContext() { in getEnclosingNamespaceContext() function in DeclContext
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2242 DeclContext *getEnclosingNamespaceContext();
2243 const DeclContext *getEnclosingNamespaceContext() const {
2244 return const_cast<DeclContext *>(this)->getEnclosingNamespaceContext();
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp325 const DeclContext *DC = D->getDeclContext()->getEnclosingNamespaceContext(); in isInStdNamespace()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6470 CurContext->getEnclosingNamespaceContext()->isTranslationUnit(); in HandleDeclarator()
6953 OuterContext = OuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
6954 PrevOuterContext = PrevOuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
17479 DeclContext *EnclosingNS = SearchDC->getEnclosingNamespaceContext(); in ActOnTag()
17606 : SearchDC->getEnclosingNamespaceContext(); in ActOnTag()
H A DSemaTemplateInstantiateDecl.cpp1005 RD->getEnclosingNamespaceContext() == SemaRef.getStdNamespace() && in InstantiateTypedefNameDecl()
H A DSemaOverload.cpp967 for (NamedDecl *Op : EqFD->getEnclosingNamespaceContext()->lookup(NotEqOp)) { in shouldAddReversedEqEq()
972 declaresSameEntity(cast<Decl>(EqFD->getEnclosingNamespaceContext()), in shouldAddReversedEqEq()
H A DSemaTemplate.cpp10053 DeclContext *OrigContext= D->getDeclContext()->getEnclosingNamespaceContext(); in CheckExplicitInstantiationScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2537 if (!Explicit && CXXDecl->getEnclosingNamespaceContext()) in isDefinedInClangModule()