Searched refs:DeclCtx (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp210 auto *DeclCtx = D->getDeclContext();
211 while (DeclCtx) {
212 if (auto *D = dyn_cast<TagDecl>(DeclCtx))
215 DeclCtx = DeclCtx->getParent();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h254 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
267 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; variable
269 bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
270 bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
273 return DeclCtx.get<MultipleDC*>();
277 return DeclCtx.get<DeclContext*>();
381 DeclCtx(DC), Loc(L), DeclKind(DK), InvalidDecl(false), HasAttrs(false),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h209 DeclContext* DeclCtx; member in struct:clang::TypoCorrectionConsumer::NamespaceSpecifierSet::SpecifierInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp296 DeclCtx = DC;
326 DeclCtx = SemaDC;
331 DeclCtx = MDC;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2854 const AnalysisDeclContext *DeclCtx = local
2860 if (DeclCtx->isBodyAutosynthesized() &&
2861 !DeclCtx->isBodyAutosynthesizedFromModelFile())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4426 DeclContext *Ctx = NSI.DeclCtx;

Completed in 201 milliseconds