Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h226 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; variable
228 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); } in isInSemaDC()
229 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); } in isOutOfSemaDC()
231 return DeclCtx.get<MultipleDC*>(); in getMultipleDC()
234 return DeclCtx.get<DeclContext*>(); in getSemanticDC()
316 : NextInContextAndBits(), DeclCtx(DC), in Decl()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h211 DeclContext* DeclCtx; member
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp217 DeclCtx = DC; in setDeclContext()
234 DeclCtx = SemaDC; in setDeclContextsImpl()
239 DeclCtx = MDC; in setDeclContextsImpl()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3235 const AnalysisDeclContext *DeclCtx = in emitReport() local
3241 if (DeclCtx->isBodyAutosynthesized() && in emitReport()
3242 !DeclCtx->isBodyAutosynthesizedFromModelFile()) in emitReport()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp3610 DeclContext *Ctx = NSI.DeclCtx; in performQualifiedLookups()