Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h250 DeclRefExpr *getLoopVarRef() { in getLoopVarRef() function
253 const DeclRefExpr *getLoopVarRef() const { in getLoopVarRef() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2010 const DeclRefExpr *LoopVarRef = S->getLoopVarRef(); in EmitOMPCanonicalLoop()