Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp141 if (!RD->getEnclosingNamespaceContext()->isStdNamespace()) in lookupInfoForType()
H A DDeclBase.cpp2002 DeclContext *DeclContext::getEnclosingNamespaceContext() { in getEnclosingNamespaceContext() function in DeclContext
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp163 const DeclContext *NamespaceCtx = FD->getEnclosingNamespaceContext(); in checkPreCall()
590 const DeclContext *NamespaceCtx = FD->getEnclosingNamespaceContext(); in checkPreStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2260 DeclContext *getEnclosingNamespaceContext();
2261 const DeclContext *getEnclosingNamespaceContext() const {
2262 return const_cast<DeclContext *>(this)->getEnclosingNamespaceContext();
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp325 const DeclContext *DC = D->getDeclContext()->getEnclosingNamespaceContext(); in isInStdNamespace()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6308 CurContext->getEnclosingNamespaceContext()->isTranslationUnit(); in HandleDeclarator()
6794 OuterContext = OuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
6795 PrevOuterContext = PrevOuterContext->getEnclosingNamespaceContext(); in isOutOfScopePreviousDeclaration()
17282 DeclContext *EnclosingNS = SearchDC->getEnclosingNamespaceContext(); in ActOnTag()
17410 : SearchDC->getEnclosingNamespaceContext(); in ActOnTag()
H A DSemaTemplateInstantiateDecl.cpp1030 RD->getEnclosingNamespaceContext() == SemaRef.getStdNamespace() && in InstantiateTypedefNameDecl()
H A DSemaOverload.cpp1045 for (NamedDecl *Op : EqFD->getEnclosingNamespaceContext()->lookup(NotEqOp)) { in shouldAddReversedEqEq()
1050 declaresSameEntity(cast<Decl>(EqFD->getEnclosingNamespaceContext()), in shouldAddReversedEqEq()
H A DSemaTemplate.cpp9286 DeclContext *OrigContext= D->getDeclContext()->getEnclosingNamespaceContext(); in CheckExplicitInstantiationScope()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2663 if (!Explicit && CXXDecl->getEnclosingNamespaceContext()) in isDefinedInClangModule()