Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp163 const DeclContext *NamespaceCtx = FD->getEnclosingNamespaceContext(); in checkPreCall() local
164 if (isa_and_nonnull<NamespaceDecl>(NamespaceCtx)) in checkPreCall()
590 const DeclContext *NamespaceCtx = FD->getEnclosingNamespaceContext(); in checkPreStmt() local
591 if (isa_and_nonnull<NamespaceDecl>(NamespaceCtx)) in checkPreStmt()