Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp6500 bool checkAndSetInit(Stmt *S, bool EmitDiags = true);
6569 bool EmitDiags);
6589 Expr *NewLB, bool EmitDiags) { in setLCDeclAndLB() argument
6604 if (EmitDiags) in setLCDeclAndLB()
6794 bool OpenMPIterationSpaceChecker::checkAndSetInit(Stmt *S, bool EmitDiags) { in checkAndSetInit() argument
6804 if (EmitDiags) { in checkAndSetInit()
6823 EmitDiags); in checkAndSetInit()
6824 return setLCDeclAndLB(DRE->getDecl(), DRE, BO->getRHS(), EmitDiags); in checkAndSetInit()
6830 EmitDiags); in checkAndSetInit()
6838 if (Var->getInitStyle() != VarDecl::CInit && EmitDiags) in checkAndSetInit()
[all …]
/external/clang/lib/Sema/
DSemaOpenMP.cpp3940 bool CheckInit(Stmt *S, bool EmitDiags = true);
4108 bool OpenMPIterationSpaceChecker::CheckInit(Stmt *S, bool EmitDiags) { in CheckInit() argument
4118 if (EmitDiags) { in CheckInit()
4150 if (Var->getInitStyle() != VarDecl::CInit && EmitDiags) in CheckInit()
4177 if (EmitDiags) { in CheckInit()