HomeSort by: relevance | last modified time | path
    Searched refs:DeclCtx (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 210 auto *DeclCtx = D->getDeclContext();
211 while (DeclCtx) {
212 if (auto *D = dyn_cast<TagDecl>(DeclCtx))
215 DeclCtx = DeclCtx->getParent();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 255 /// DeclCtx - Holds either a DeclContext* or a MultipleDC*.
268 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx;
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),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h 214 DeclContext* DeclCtx;
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 328 DeclCtx = DC;
358 DeclCtx = SemaDC;
363 DeclCtx = MDC;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 2903 const AnalysisDeclContext *DeclCtx =
2909 if (DeclCtx->isBodyAutosynthesized() &&
2910 !DeclCtx->isBodyAutosynthesizedFromModelFile())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 4432 DeclContext *Ctx = NSI.DeclCtx;

Completed in 39 milliseconds