Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h128 void ActOnOpenMPBeginDeclareVariant(SourceLocation Loc, OMPTraitInfo &TI);
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2259 Actions.OpenMP().ActOnOpenMPBeginDeclareVariant(Loc, TI); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2717 void SemaOpenMP::ActOnOpenMPBeginDeclareVariant(SourceLocation Loc, in ActOnOpenMPBeginDeclareVariant() function in SemaOpenMP