Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurContext

842     if (isGenericLambdaCallOperatorSpecialization(CurContext) &&
843 CurContext->getParent()->getParent()->isRecord()) {
849 cast<CXXRecordDecl>(CurContext->getParent()->getParent()));
2269 EraseUnwantedCUDAMatches(dyn_cast<FunctionDecl>(CurContext), Matches);
2303 EraseUnwantedCUDAMatches(dyn_cast<FunctionDecl>(CurContext), Matches);
5673 FunctionDecl *CurFD = dyn_cast<FunctionDecl>(CurContext);
6313 assert(S.CurContext->isDependentContext());
6314 assert(CurrentLSI->CallOperator == S.CurContext &&
6315 "The current call operator must be synchronized with Sema's CurContext");
6775 // even if CurContext is not a lambda call operator. Refer to that Bug Report
6788 const bool IsInLambdaDeclContext = isLambdaCallOperator(CurContext);