Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11359 return OMPDeclareVariantScopes.empty() ? nullptr in getOMPTraitInfoForSurroundingScope()
11360 : OMPDeclareVariantScopes.back().TI; in getOMPTraitInfoForSurroundingScope()
11364 SmallVector<OMPDeclareVariantScope, 4> OMPDeclareVariantScopes; variable
11411 return !OMPDeclareVariantScopes.empty(); in isInOpenMPDeclareVariantScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2709 OMPDeclareVariantScopes.push_back(OMPDeclareVariantScope(TI)); in ActOnOpenMPBeginDeclareVariant()
2716 OMPDeclareVariantScopes.pop_back(); in ActOnOpenMPEndDeclareVariant()
7293 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7388 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnFinishedFunctionDefinitionInOpenMPDeclareVariantScope()