Home
last modified time | relevance | path

Searched refs:OMPAttr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp641 if (const auto *OMPAttr = dyn_cast<OMPDeclareSimdDeclAttr>(TmplAttr)) { in InstantiateAttrs() local
642 instantiateOMPDeclareSimdDeclAttr(*this, TemplateArgs, *OMPAttr, New); in InstantiateAttrs()
646 if (const auto *OMPAttr = dyn_cast<OMPDeclareVariantAttr>(TmplAttr)) { in InstantiateAttrs() local
647 instantiateOMPDeclareVariantAttr(*this, TemplateArgs, *OMPAttr, New); in InstantiateAttrs()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp353 if (const auto *OMPAttr = dyn_cast<OMPDeclareSimdDeclAttr>(TmplAttr)) { in InstantiateAttrs() local
354 instantiateOMPDeclareSimdDeclAttr(*this, TemplateArgs, *OMPAttr, New); in InstantiateAttrs()