Home
last modified time | relevance | path

Searched refs:checkForInit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1181 bool SemaOpenACC::ForStmtBeginChecker::checkForInit(const Stmt *InitStmt, in checkForInit() function in SemaOpenACC::ForStmtBeginChecker
1501 checkForInit(CFI.Current.Init, CurInitVar, /*Diag=*/true); in checkFor()
1510 checkForInit(CFI.Uninst.Init, UninstInitVar, /*Diag=*/false); in checkFor()
1543 checkForInit(CFI.Current.Init, CurInitVar, /*Diag=*/ShouldDiagNewInit); in checkFor()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h171 bool checkForInit(const Stmt *InitStmt, const ValueDecl *&InitVar,