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

/freebsd-13-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-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h255 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
268 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; variable
270 bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
271 bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
274 return DeclCtx.get<MultipleDC*>();
278 return DeclCtx.get<DeclContext*>();
382 DeclCtx(DC), Loc(L), DeclKind(DK), InvalidDecl(false), HasAttrs(false),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h214 DeclContext* DeclCtx; member in struct:clang::TypoCorrectionConsumer::NamespaceSpecifierSet::SpecifierInfo
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp328 DeclCtx = DC;
358 DeclCtx = SemaDC;
363 DeclCtx = MDC;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2905 const AnalysisDeclContext *DeclCtx = local
2911 if (DeclCtx->isBodyAutosynthesized() &&
2912 !DeclCtx->isBodyAutosynthesizedFromModelFile())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4339 DeclContext *Ctx = NSI.DeclCtx;

Completed in 209 milliseconds