Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h239 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; variable
241 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); } in isInSemaDC()
242 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); } in isOutOfSemaDC()
244 return DeclCtx.get<MultipleDC*>(); in getMultipleDC()
247 return DeclCtx.get<DeclContext*>(); in getSemanticDC()
329 : NextInContextAndBits(), DeclCtx(DC), in Decl()
/external/clang/include/clang/Sema/
DSemaInternal.h223 DeclContext* DeclCtx; member
/external/clang/lib/AST/
DDeclBase.cpp242 DeclCtx = DC; in setDeclContext()
260 DeclCtx = SemaDC; in setDeclContextsImpl()
265 DeclCtx = MDC; in setDeclContextsImpl()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3229 const AnalysisDeclContext *DeclCtx = in emitReport() local
3235 if (DeclCtx->isBodyAutosynthesized() && in emitReport()
3236 !DeclCtx->isBodyAutosynthesizedFromModelFile()) in emitReport()
/external/clang/lib/Sema/
DSemaLookup.cpp3982 DeclContext *Ctx = NSI.DeclCtx; in performQualifiedLookups()