Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10304 return OMPDeclareVariantScopes.empty() ? nullptr in getOMPTraitInfoForSurroundingScope()
10305 : OMPDeclareVariantScopes.back().TI; in getOMPTraitInfoForSurroundingScope()
10309 SmallVector<OMPDeclareVariantScope, 4> OMPDeclareVariantScopes; variable
10336 return !OMPDeclareVariantScopes.empty(); in isInOpenMPDeclareVariantScope()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2467 OMPDeclareVariantScopes.push_back(OMPDeclareVariantScope(TI)); in ActOnOpenMPBeginDeclareVariant()
2474 OMPDeclareVariantScopes.pop_back(); in ActOnOpenMPEndDeclareVariant()
6642 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
6735 OMPDeclareVariantScope &DVScope = OMPDeclareVariantScopes.back(); in ActOnFinishedFunctionDefinitionInOpenMPDeclareVariantScope()