Home
last modified time | relevance | path

Searched refs:ActOnOpenMPBeginDeclareVariant (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaOpenMP.h128 void ActOnOpenMPBeginDeclareVariant(SourceLocation Loc, OMPTraitInfo &TI);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenMP.cpp2259 Actions.OpenMP().ActOnOpenMPBeginDeclareVariant(Loc, TI); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp2717 void SemaOpenMP::ActOnOpenMPBeginDeclareVariant(SourceLocation Loc, in ActOnOpenMPBeginDeclareVariant() function in SemaOpenMP