Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h113 VarDecl *CounterVD = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3509 HelperData.CounterVD, in OMPIteratorGeneratorScope()
3510 CGF.CreateMemTemp(HelperData.CounterVD->getType(), "counter.addr")); in OMPIteratorGeneratorScope()
3517 CGF.MakeAddrLValue(CGF.GetAddrOfLocalVar(HelperData.CounterVD), in OMPIteratorGeneratorScope()
3518 HelperData.CounterVD->getType()); in OMPIteratorGeneratorScope()
3533 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation()); in OMPIteratorGeneratorScope()
3535 HelperData.CounterVD->getType()->isSignedIntegerOrEnumerationType() in OMPIteratorGeneratorScope()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp930 Record.AddDeclRef(HD.CounterVD); in VisitOMPIteratorExpr()
H A DASTReaderStmt.cpp1010 HD.CounterVD = cast_or_null<VarDecl>(Record.readDeclRef()); in VisitOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp23730 auto *CounterVD = VarDecl::Create(Context, SemaRef.CurContext, in ActOnOMPIteratorExpr() local
23734 CounterVD->setImplicit(); in ActOnOMPIteratorExpr()
23736 SemaRef.BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue, in ActOnOMPIteratorExpr()
23787 HD.CounterVD = CounterVD; in ActOnOMPIteratorExpr()