Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.h65 const Expr *getCondExpr(const Stmt *Statement);
H A DUnrollLoopsCheck.cpp149 const Expr *UnrollLoopsCheck::getCondExpr(const Stmt *Statement) { in getCondExpr() function in clang::tidy::altera::UnrollLoopsCheck
/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3132 Expr *getCondExpr() { in getR()
3135 Expr *getCondExpr() const { in getExpr()
3148 Expr *getCondExpr() { getCondExpr() function
3151 Expr *getCondExpr() const { getCondExpr() function
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6782 S.getD(), S.getCondExpr(), S.isXLHSInRHSPart(), in emitCommonOMPTeamsDirective()