Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp848 if (!Actions.ActOnStartOpenMPDeclareTargetDirective(DTLoc)) in ParseOpenMPDeclarativeDirectiveWithExtDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8809 bool ActOnStartOpenMPDeclareTargetDirective(SourceLocation Loc);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp13588 bool Sema::ActOnStartOpenMPDeclareTargetDirective(SourceLocation Loc) { in ActOnStartOpenMPDeclareTargetDirective() function in Sema