Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h237 VarDecl *CounterVD = nullptr; member
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4084 addPrivate(HelperData.CounterVD, [&CGF, &HelperData]() { in OMPIteratorGeneratorScope()
4085 return CGF.CreateMemTemp(HelperData.CounterVD->getType(), in OMPIteratorGeneratorScope()
4094 CGF.MakeAddrLValue(CGF.GetAddrOfLocalVar(HelperData.CounterVD), in OMPIteratorGeneratorScope()
4095 HelperData.CounterVD->getType()); in OMPIteratorGeneratorScope()
4110 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation()); in OMPIteratorGeneratorScope()
4112 HelperData.CounterVD->getType()->isSignedIntegerOrEnumerationType() in OMPIteratorGeneratorScope()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5393 auto *CounterVD = in ActOnOMPIteratorExpr() local
5397 CounterVD->setImplicit(); in ActOnOMPIteratorExpr()
5399 BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue, in ActOnOMPIteratorExpr()
5450 HD.CounterVD = CounterVD; in ActOnOMPIteratorExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp856 Record.AddDeclRef(HD.CounterVD); in VisitOMPIteratorExpr()
H A DASTReaderStmt.cpp1000 HD.CounterVD = cast_or_null<VarDecl>(Record.readDeclRef()); in VisitOMPIteratorExpr()