Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp2921 bool ErrorFound = false; member in __anonbcab431b1811::DSAAttrChecker
3086 ErrorFound = true; in VisitDeclRefExpr()
3169 ErrorFound = true; in VisitMemberExpr()
3277 bool isErrorFound() const { return ErrorFound; } in isErrorFound()
3289 : Stack(S), SemaRef(SemaRef), ErrorFound(false), CS(CS) { in DSAAttrChecker()
3787 bool &ErrorFound; member in __anonbcab431b2411::CaptureRegionUnwinderRAII
3791 CaptureRegionUnwinderRAII(Sema &S, bool &ErrorFound, in CaptureRegionUnwinderRAII() argument
3793 : S(S), ErrorFound(ErrorFound), DKind(DKind) {} in CaptureRegionUnwinderRAII()
3795 if (ErrorFound) { in ~CaptureRegionUnwinderRAII()
3846 bool ErrorFound = false; in ActOnOpenMPRegionEnd() local
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenMP.cpp2092 bool ErrorFound = false; in ParseOpenMPClause() local
2099 ErrorFound = true; in ParseOpenMPClause()
2143 ErrorFound = true; in ParseOpenMPClause()
2165 ErrorFound = true; in ParseOpenMPClause()
2181 ErrorFound = true; in ParseOpenMPClause()
2211 ErrorFound = true; in ParseOpenMPClause()
2253 return ErrorFound ? nullptr : Clause; in ParseOpenMPClause()