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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h 214 DeclContext* DeclCtx;
  /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/lib/StaticAnalyzer/Core/
BugReporter.cpp 2903 const AnalysisDeclContext *DeclCtx =
2909 if (DeclCtx->isBodyAutosynthesized() &&
2910 !DeclCtx->isBodyAutosynthesizedFromModelFile())

Completed in 87 milliseconds