Home
last modified time | relevance | path

Searched defs:CED (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1271 if (const auto *CED = dyn_cast<OMPCapturedExprDecl>(D)) getCanonicalDecl() local
3752 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(VD)) VisitDeclRefExpr() local
4662 auto *CED = OMPCapturedExprDecl::Create(C, CurContext, Id, Ty, buildCaptureDecl() local
8343 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) checkAndSetInit() local
8378 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) checkAndSetInit() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2421 const auto *CED = dyn_cast<OMPCapturedExprDecl>(OrigVD); EmitOMPSimdFinal() local