reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
12188     auto Res = getPrivateItem(*this, SimpleRefExpr, ELoc, ERange);
12199     ELoc = IsImplicitClause ? ImplicitClauseLoc : ELoc;
12199     ELoc = IsImplicitClause ? ImplicitClauseLoc : ELoc;
12206     if (RequireCompleteType(ELoc, Type,
12236         Diag(ELoc, diag::err_omp_wrong_dsa)
12256         Diag(ELoc, diag::err_omp_wrong_dsa)
12287           Diag(ELoc, diag::err_omp_required_access)
12318           Diag(ELoc, diag::err_omp_parallel_reduction_in_task_firstprivate)
12345           Diag(ELoc, diag::err_omp_variable_in_given_clause_and_dsa)
12358       Diag(ELoc, diag::err_omp_variably_modified_type_not_supported)
12372         buildVarDecl(*this, ELoc, Type, D->getName(),
12386       VDInitRefExpr = buildDeclRefExpr(*this, VDInit, ElemType, ELoc);
12393       InitializationKind Kind = InitializationKind::CreateCopy(ELoc, ELoc);
12393       InitializationKind Kind = InitializationKind::CreateCopy(ELoc, ELoc);