Searched refs:ParentDC (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4333 DeclContext *ParentDC = D->getDeclContext(); local
4335 // parameters (p below) can have their ParentDC set to the translation-unit
4336 // - thus we can not consistently check if the ParentDC of such a parameter
4339 // find an instantiated decl for (T y) when the ParentDC for y is
4345 // it gets here, always has a FunctionOrMethod as its ParentDC??
4350 if (isa<ParmVarDecl>(D) && !ParentDC->isDependentContext() &&
4355 (ParentDC->isFunctionOrMethod() && ParentDC->isDependentContext()) ||
4459 if (!ParentDC->isDependentContext())
4462 ParentDC
[all...]
H A DSemaExpr.cpp11861 DeclContext *ParentDC = getParentOfCapturingContextOrNull(DC, Var, local
11865 if (!ParentDC) return true;
11923 DC = ParentDC;

Completed in 183 milliseconds