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

/external/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp207 auto *DeclCtx = D->getDeclContext();
208 while (DeclCtx) {
209 if (auto *D = dyn_cast<TagDecl>(DeclCtx))
212 DeclCtx = DeclCtx->getParent();
/external/clang/include/clang/AST/
H A DDeclBase.h232 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
245 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; variable
247 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); }
248 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); }
250 return DeclCtx.get<MultipleDC*>();
253 return DeclCtx.get<DeclContext*>();
335 : NextInContextAndBits(), DeclCtx(DC),
/external/clang/include/clang/Sema/
H A DSemaInternal.h227 DeclContext* DeclCtx; member in struct:clang::TypoCorrectionConsumer::NamespaceSpecifierSet::SpecifierInfo
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3229 const AnalysisDeclContext *DeclCtx = local
3235 if (DeclCtx->isBodyAutosynthesized() &&
3236 !DeclCtx->isBodyAutosynthesizedFromModelFile())
/external/clang/lib/Sema/
H A DSemaLookup.cpp4068 DeclContext *Ctx = NSI.DeclCtx;

Completed in 166 milliseconds