Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h250 DeclRefExpr *getLoopVarRef() { in getLoopVarRef() function
253 const DeclRefExpr *getLoopVarRef() const { in getLoopVarRef() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2088 const DeclRefExpr *LoopVarRef = S->getLoopVarRef(); in EmitOMPCanonicalLoop()