Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h112 return !OMPDeclareVariantScopes.empty(); in isInOpenMPDeclareVariantScope()
1498 return OMPDeclareVariantScopes.empty() ? nullptr in getOMPTraitInfoForSurroundingScope()
1499 : OMPDeclareVariantScopes.back().TI; in getOMPTraitInfoForSurroundingScope()
1503 SmallVector<OMPDeclareVariantScope, 4> OMPDeclareVariantScopes; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2695 OMPDeclareVariantScopes.push_back(OMPDeclareVariantScope(TI)); in ActOnOpenMPBeginDeclareVariant()
2702 OMPDeclareVariantScopes.pop_back(); in ActOnOpenMPEndDeclareVariant()
7025 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7120 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnFinishedFunctionDefinitionInOpenMPDeclareVariantScope()