Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1275 if (const auto *CED = dyn_cast<OMPCapturedExprDecl>(D)) getCanonicalDecl() local
3793 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(VD)) VisitDeclRefExpr() local
4450 auto *CED = OMPCapturedExprDecl::Create(C, CurContext, Id, Ty, buildCaptureDecl() local
8144 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) checkAndSetInit() local
8179 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) checkAndSetInit() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2444 const auto *CED = dyn_cast<OMPCapturedExprDecl>(OrigVD); EmitOMPSimdFinal() local