Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.h67 const Expr *getCondExpr(const Stmt *Statement);
H A DUnrollLoopsCheck.cpp152 const Expr *UnrollLoopsCheck::getCondExpr(const Stmt *Statement) { in getCondExpr() function in clang::tidy::altera::UnrollLoopsCheck
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h3076 Expr *getCondExpr() { in getCondExpr() function
3079 Expr *getCondExpr() const { in getCondExpr() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6549 S.getCondExpr(), S.isXLHSInRHSPart(), S.isFailOnly(), in EmitOMPAtomicDirective()