Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclBase.h227 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; variable
229 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); } in isInSemaDC()
230 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); } in isOutOfSemaDC()
232 return DeclCtx.get<MultipleDC*>(); in getMultipleDC()
235 return DeclCtx.get<DeclContext*>(); in getSemanticDC()
317 : NextInContextAndBits(), DeclCtx(DC), in Decl()
/external/clang/include/clang/Sema/
DSemaInternal.h211 DeclContext* DeclCtx; member
/external/clang/lib/AST/
DDeclBase.cpp217 DeclCtx = DC; in setDeclContext()
234 DeclCtx = SemaDC; in setDeclContextsImpl()
239 DeclCtx = MDC; in setDeclContextsImpl()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3232 const AnalysisDeclContext *DeclCtx = in emitReport() local
3238 if (DeclCtx->isBodyAutosynthesized() && in emitReport()
3239 !DeclCtx->isBodyAutosynthesizedFromModelFile()) in emitReport()
/external/clang/lib/Sema/
DSemaLookup.cpp3656 DeclContext *Ctx = NSI.DeclCtx; in performQualifiedLookups()