Searched refs:DSAAttrChecker (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 1454 class DSAAttrChecker : public StmtVisitor<DSAAttrChecker, void> { class 1579 DSAAttrChecker(DSAStackTy *S, Sema &SemaRef, CapturedStmt *CS) in DSAAttrChecker() function in __anon216cbd260c11::DSAAttrChecker 3396 DSAAttrChecker DSAChecker(DSAStack, *this, cast<CapturedStmt>(AStmt)); in ActOnOpenMPExecutableDirective()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3329 class DSAAttrChecker final : public StmtVisitor<DSAAttrChecker, void> { class 3744 DSAAttrChecker(DSAStackTy *S, Sema &SemaRef, CapturedStmt *CS) in DSAAttrChecker() function in __anonf152f9341b11::DSAAttrChecker 5064 DSAAttrChecker DSAChecker(DSAStack, *this, cast<CapturedStmt>(AStmt)); in ActOnOpenMPExecutableDirective() 5466 DSAAttrChecker DSAChecker(DSAStack, *this, nullptr); in ActOnOpenMPExecutableDirective()
|