• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching refs:CurContext

1372   DeclContext *DC = SemaRef.CurContext;
2660 if (!CurContext->isDependentContext())
2852 CurContext->addDecl(D);
3133 if (!CurContext->isFileContext()) {
3138 CurContext->addDecl(D);
4127 auto *CED = OMPCapturedExprDecl::Create(C, S.CurContext, Id, Ty,
4131 S.CurContext->addHiddenDecl(CED);
4200 if (!CurContext->isDependentContext() &&
4220 if (!VDC->Encloses(CurContext))
4850 assert(!S.CurContext->isDependentContext() &&
4982 if (AStmt && !CurContext->isDependentContext()) {
5519 if (!CurContext->isDependentContext() &&
6738 if (dependent() || SemaRef.CurContext->isDependentContext())
6832 if (dependent() || SemaRef.CurContext->isDependentContext())
6863 if (dependent() || SemaRef.CurContext->isDependentContext())
6941 if (dependent() || SemaRef.CurContext->isDependentContext())
6951 if (SemaRef.CurContext->isDependentContext() || Capture->containsErrors())
7750 if (ISC.dependent() || SemaRef.CurContext->isDependentContext() || HasErrors)
8110 if (SemaRef.CurContext->isDependentContext())
8779 assert((CurContext->isDependentContext() || B.builtAll()) &&
8782 if (!CurContext->isDependentContext()) {
8818 assert((CurContext->isDependentContext() || B.builtAll()) &&
8821 if (!CurContext->isDependentContext()) {
8855 assert((CurContext->isDependentContext() || B.builtAll()) &&
8858 if (!CurContext->isDependentContext()) {
9058 assert((CurContext->isDependentContext() || B.builtAll()) &&
9061 if (!CurContext->isDependentContext()) {
9102 if (!CurContext->isDependentContext()) {
9594 if (SemaRef.CurContext->isDependentContext())
9667 if (SemaRef.CurContext->isDependentContext())
9857 if (CurContext->isDependentContext())
9919 if (CurContext->isDependentContext())
9937 if (!CurContext->isDependentContext()) {
9992 if (CurContext->isDependentContext())
10028 if (IsUpdateExprFound && !CurContext->isDependentContext()) {
10058 if (IsUpdateExprFound && !CurContext->isDependentContext()) {
10154 if (CurContext->isDependentContext())
10297 assert((CurContext->isDependentContext() || B.builtAll()) &&
10300 if (!CurContext->isDependentContext()) {
10587 assert((CurContext->isDependentContext() || B.builtAll()) &&
10624 assert((CurContext->isDependentContext() || B.builtAll()) &&
10627 if (!CurContext->isDependentContext()) {
10673 assert((CurContext->isDependentContext() || B.builtAll()) &&
10710 assert((CurContext->isDependentContext() || B.builtAll()) &&
10713 if (!CurContext->isDependentContext()) {
10778 assert((CurContext->isDependentContext() || B.builtAll()) &&
10834 assert((CurContext->isDependentContext() || B.builtAll()) &&
10837 if (!CurContext->isDependentContext()) {
10883 assert((CurContext->isDependentContext() || B.builtAll()) &&
10926 assert((CurContext->isDependentContext() || B.builtAll()) &&
10970 assert((CurContext->isDependentContext() || B.builtAll()) &&
10973 if (!CurContext->isDependentContext()) {
11026 assert((CurContext->isDependentContext() || B.builtAll()) &&
11029 if (!CurContext->isDependentContext()) {
11082 assert((CurContext->isDependentContext() || B.builtAll()) &&
11085 if (!CurContext->isDependentContext()) {
11137 assert((CurContext->isDependentContext() || B.builtAll()) &&
11140 if (!CurContext->isDependentContext()) {
11193 assert((CurContext->isDependentContext() || B.builtAll()) &&
11240 assert((CurContext->isDependentContext() || B.builtAll()) &&
11243 if (!CurContext->isDependentContext()) {
11302 assert((CurContext->isDependentContext() || B.builtAll()) &&
11305 if (!CurContext->isDependentContext()) {
11364 assert((CurContext->isDependentContext() || B.builtAll()) &&
11442 assert((CurContext->isDependentContext() || B.builtAll()) &&
11485 assert((CurContext->isDependentContext() || B.builtAll()) &&
11488 if (!CurContext->isDependentContext()) {
11541 assert((CurContext->isDependentContext() || B.builtAll()) &&
11545 if (!CurContext->isDependentContext()) {
11599 assert((CurContext->isDependentContext() || B.builtAll()) &&
11602 if (!CurContext->isDependentContext()) {
12523 if (CaptureRegion != OMPD_unknown && !CurContext->isDependentContext()) {
12555 if (CaptureRegion != OMPD_unknown && !CurContext->isDependentContext()) {
12642 !SemaRef.CurContext->isDependentContext()) {
12668 if (CaptureRegion != OMPD_unknown && !CurContext->isDependentContext()) {
13280 !CurContext->isDependentContext()) {
13835 if (!VD && !CurContext->isDependentContext())
13838 Vars.push_back((VD || CurContext->isDependentContext())
14122 CurContext->addDecl(VDPrivate);
14127 if (!VD && !CurContext->isDependentContext()) {
14138 Vars.push_back((VD || CurContext->isDependentContext())
14295 if (!VD && !CurContext->isDependentContext()) {
14319 Vars.push_back((VD || CurContext->isDependentContext())
14374 if (!VD && isOpenMPCapturedDecl(D) && !CurContext->isDependentContext())
14377 Vars.push_back((VD || !Ref || CurContext->isDependentContext())
14562 if (SemaRef.CurContext->isDependentContext() || Ty->isDependentType() ||
14930 if (S.CurContext->isDependentContext() &&
15044 if (S.CurContext->isDependentContext() &&
15439 if (!VD && !S.CurContext->isDependentContext()) {
15690 if (!VD && !CurContext->isDependentContext()) {
15717 Vars.push_back((VD || CurContext->isDependentContext())
16288 if (CurContext->isDependentContext()) {
16338 if (!CurContext->isDependentContext() &&
16448 if (!CurContext->isDependentContext() && DepKind == OMPC_DEPEND_sink &&
16499 if (CaptureRegion != OMPD_unknown && !CurContext->isDependentContext()) {
16519 if (FullCheck && !SemaRef.CurContext->isDependentContext() &&
17239 if (SemaRef.CurContext->isDependentContext() || Type->isDependentType() ||
17795 CurContext = DRD;
17855 CurContext = DRD;
18030 CurContext = DMD;
18080 if (CaptureRegion != OMPD_unknown && !CurContext->isDependentContext()) {
18107 if (CaptureRegion != OMPD_unknown && !CurContext->isDependentContext()) {
18296 !CurContext->isDependentContext()) {
18643 CurContext->addDecl(VDPrivate);
18867 if (!VD && !CurContext->isDependentContext())
18869 Vars.push_back((VD || CurContext->isDependentContext())