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.h237 VarDecl *CounterVD = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3495 HelperData.CounterVD, in OMPIteratorGeneratorScope()
3496 CGF.CreateMemTemp(HelperData.CounterVD->getType(), "counter.addr")); in OMPIteratorGeneratorScope()
3503 CGF.MakeAddrLValue(CGF.GetAddrOfLocalVar(HelperData.CounterVD), in OMPIteratorGeneratorScope()
3504 HelperData.CounterVD->getType()); in OMPIteratorGeneratorScope()
3519 CGF.EmitLoadOfScalar(CLVal, HelperData.CounterVD->getLocation()); in OMPIteratorGeneratorScope()
3521 HelperData.CounterVD->getType()->isSignedIntegerOrEnumerationType() in OMPIteratorGeneratorScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5817 auto *CounterVD = in ActOnOMPIteratorExpr() local
5821 CounterVD->setImplicit(); in ActOnOMPIteratorExpr()
5823 BuildDeclRefExpr(CounterVD, CounterVD->getType(), VK_LValue, in ActOnOMPIteratorExpr()
5874 HD.CounterVD = CounterVD; in ActOnOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp927 Record.AddDeclRef(HD.CounterVD); in VisitOMPIteratorExpr()
H A DASTReaderStmt.cpp1005 HD.CounterVD = cast_or_null<VarDecl>(Record.readDeclRef()); in VisitOMPIteratorExpr()