Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7824 bool checkAndSetInit(Stmt *S, bool EmitDiags = true);
7893 bool EmitDiags);
7913 Expr *NewLB, bool EmitDiags) { in setLCDeclAndLB() argument
7928 if (EmitDiags) in setLCDeclAndLB()
8123 bool OpenMPIterationSpaceChecker::checkAndSetInit(Stmt *S, bool EmitDiags) { in checkAndSetInit() argument
8133 if (EmitDiags) { in checkAndSetInit()
8152 EmitDiags); in checkAndSetInit()
8153 return setLCDeclAndLB(DRE->getDecl(), DRE, BO->getRHS(), EmitDiags); in checkAndSetInit()
8159 EmitDiags); in checkAndSetInit()
8167 if (Var->getInitStyle() != VarDecl::CInit && EmitDiags) in checkAndSetInit()
[all …]