Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h404 bool ActOnStartDeclDirective(OpenACCDirectiveKind K, SourceLocation StartLoc);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp1433 if (getActions().OpenACC().ActOnStartDeclDirective(DirInfo.DirKind, in ParseOpenACCDirectiveDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1705 bool SemaOpenACC::ActOnStartDeclDirective(OpenACCDirectiveKind K, in ActOnStartDeclDirective() function in SemaOpenACC