HomeSort by: relevance | last modified time | path
    Searched refs:DTCI (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 1669 Sema::DeclareTargetContextInfo &DTCI) {
1689 if (!IsDeviceTypeClause && DTCI.Kind == OMPD_begin_declare_target) {
1716 DTCI.DT = OMPDeclareTargetDeclAttr::DT_Any;
1719 DTCI.DT = OMPDeclareTargetDeclAttr::DT_Host;
1722 DTCI.DT = OMPDeclareTargetDeclAttr::DT_NoHost;
1734 if (DTCI.Kind == OMPD_declare_target || HasIdentifier) {
1735 auto &&Callback = [this, MT, &DTCI](CXXScopeSpec &SS,
1742 bool FirstMapping = DTCI.ExplicitlyMapped.try_emplace(ND, MI).second;
1769 if (DTCI.Kind == OMPD_declare_target && RequiresToOrLinkClause &&
1771 Diag(DTCI.Loc, diag::err_omp_declare_target_missing_to_or_link_clause)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 20003 DeclareTargetContextInfo &DTCI) {
20012 Diag(DTCI.Loc, diag::err_omp_region_not_file_context);
20015 DeclareTargetNesting.push_back(DTCI);
20027 DeclareTargetContextInfo &DTCI) {
20028 for (auto &It : DTCI.ExplicitlyMapped)
20030 DTCI.DT);
20194 DeclareTargetContextInfo &DTCI = DeclareTargetNesting.back();
20196 Context, OMPDeclareTargetDeclAttr::MT_To, DTCI.DT, Level,
20197 SourceRange(DTCI.Loc, DTCI.Loc))
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 3188 void ParseOMPDeclareTargetClauses(Sema::DeclareTargetContextInfo &DTCI);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 10428 bool ActOnStartOpenMPDeclareTargetContext(DeclareTargetContextInfo &DTCI);
10437 void ActOnFinishedOpenMPDeclareTargetContext(DeclareTargetContextInfo &DTCI);

Completed in 71 milliseconds