Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10677 return OMPDeclareVariantScopes.empty() ? nullptr in getOMPTraitInfoForSurroundingScope()
10678 : OMPDeclareVariantScopes.back().TI; in getOMPTraitInfoForSurroundingScope()
10682 SmallVector<OMPDeclareVariantScope, 4> OMPDeclareVariantScopes; variable
10709 return !OMPDeclareVariantScopes.empty(); in isInOpenMPDeclareVariantScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp2653 OMPDeclareVariantScopes.push_back(OMPDeclareVariantScope(TI)); in ActOnOpenMPBeginDeclareVariant()
2660 OMPDeclareVariantScopes.pop_back(); in ActOnOpenMPEndDeclareVariant()
7063 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7158 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnFinishedFunctionDefinitionInOpenMPDeclareVariantScope()