Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h232 llvm::PointerUnion<DeclContext*, MultipleDC*> DeclCtx; variable
234 inline bool isInSemaDC() const { return DeclCtx.is<DeclContext*>(); } in isInSemaDC()
235 inline bool isOutOfSemaDC() const { return DeclCtx.is<MultipleDC*>(); } in isOutOfSemaDC()
237 return DeclCtx.get<MultipleDC*>(); in getMultipleDC()
240 return DeclCtx.get<DeclContext*>(); in getSemanticDC()
322 : NextInContextAndBits(), DeclCtx(DC), in Decl()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSemaInternal.h223 DeclContext* DeclCtx; member
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp227 DeclCtx = DC; in setDeclContext()
245 DeclCtx = SemaDC; in setDeclContextsImpl()
250 DeclCtx = MDC; in setDeclContextsImpl()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp3227 const AnalysisDeclContext *DeclCtx = in emitReport() local
3233 if (DeclCtx->isBodyAutosynthesized() && in emitReport()
3234 !DeclCtx->isBodyAutosynthesizedFromModelFile()) in emitReport()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp3801 DeclContext *Ctx = NSI.DeclCtx; in performQualifiedLookups()