Home
last modified time | relevance | path

Searched refs:CounterVD (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h237 VarDecl *CounterVD = nullptr; member
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4034 addPrivate(HelperData.CounterVD, [&CGF, &HelperData]() { in OMPIteratorGeneratorScope()
4035 return CGF.CreateMemTemp(HelperData.CounterVD->getType(), in OMPIteratorGeneratorScope()
4044 CGF.MakeAddrLValue(CGF.GetAddrOfLocalVar(HelperData.CounterVD), in OMPIteratorGeneratorScope()
4045 HelperData.CounterVD->getType()); in OMPIteratorGeneratorScope()
4060 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation()); in OMPIteratorGeneratorScope()
4062 HelperData.CounterVD->getType()->isSignedIntegerOrEnumerationType() in OMPIteratorGeneratorScope()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp5322 auto *CounterVD = in ActOnOMPIteratorExpr() local
5326 CounterVD->setImplicit(); in ActOnOMPIteratorExpr()
5328 BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue, in ActOnOMPIteratorExpr()
5379 HD.CounterVD = CounterVD; in ActOnOMPIteratorExpr()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp844 Record.AddDeclRef(HD.CounterVD); in VisitOMPIteratorExpr()
DASTReaderStmt.cpp988 HD.CounterVD = cast_or_null<VarDecl>(Record.readDeclRef()); in VisitOMPIteratorExpr()