Home
last modified time | relevance | path

Searched refs:ActOnForStmtBegin (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h759 void ActOnForStmtBegin(SourceLocation ForLoc, const Stmt *First,
761 void ActOnForStmtBegin(SourceLocation ForLoc, const Stmt *OldFirst,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1590 void SemaOpenACC::ActOnForStmtBegin(SourceLocation ForLoc, const Stmt *OldFirst, in ActOnForStmtBegin() function in SemaOpenACC
1608 void SemaOpenACC::ActOnForStmtBegin(SourceLocation ForLoc, const Stmt *First, in ActOnForStmtBegin() function in SemaOpenACC
H A DTreeTransform.h8495 SemaRef.OpenACC().ActOnForStmtBegin( in TransformForStmt()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2207 getActions().OpenACC().ActOnForStmtBegin( in ParseForStatement()