Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h237 VarDecl *CounterVD = nullptr; member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4012 HelperData.CounterVD, in OMPIteratorGeneratorScope()
4013 CGF.CreateMemTemp(HelperData.CounterVD->getType(), "counter.addr")); in OMPIteratorGeneratorScope()
4020 CGF.MakeAddrLValue(CGF.GetAddrOfLocalVar(HelperData.CounterVD), in OMPIteratorGeneratorScope()
4021 HelperData.CounterVD->getType()); in OMPIteratorGeneratorScope()
4036 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation()); in OMPIteratorGeneratorScope()
4038 HelperData.CounterVD->getType()->isSignedIntegerOrEnumerationType() in OMPIteratorGeneratorScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp5558 auto *CounterVD = in ActOnOMPIteratorExpr() local
5562 CounterVD->setImplicit(); in ActOnOMPIteratorExpr()
5564 BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue, in ActOnOMPIteratorExpr()
5615 HD.CounterVD = CounterVD; in ActOnOMPIteratorExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp854 Record.AddDeclRef(HD.CounterVD); in VisitOMPIteratorExpr()
H A DASTReaderStmt.cpp985 HD.CounterVD = cast_or_null<VarDecl>(Record.readDeclRef()); in VisitOMPIteratorExpr()