Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp298 for (auto *DeclCtxt = ParentTUDeclCtxt; DeclCtxt != nullptr; in completeVisibleDeclsMap() local
299 DeclCtxt = DeclCtxt->getPreviousDecl()) { in completeVisibleDeclsMap()
300 for (auto &IDeclContext : DeclCtxt->decls()) { in completeVisibleDeclsMap()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp673 AnalysisDeclContext *DeclCtxt = in checkPreStmt() local
675 const Decl *D = DeclCtxt->getDecl(); in checkPreStmt()