Home
last modified time | relevance | path

Searched defs:OED (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp224 if (const auto *OED = dyn_cast<OMPCapturedExprDecl>(D)) in OMPSimdLexicalScope() local
230 if (const auto *OED = dyn_cast<OMPCapturedExprDecl>(D)) in OMPSimdLexicalScope() local
6016 if (const auto *OED = dyn_cast<OMPCapturedExprDecl>(MatchingVD)) { in EmitOMPUseDevicePtrClause() local
6086 if (const auto *OED = dyn_cast<OMPCapturedExprDecl>(MatchingVD)) { in EmitOMPUseDeviceAddrClause() local
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp268 if (auto *OED = dyn_cast<OMPCapturedExprDecl>(DS->getSingleDecl())) in getAddrOfExprAsWritten() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp6722 auto OED = dyn_cast<OMPExecutableDirective>(*I); in ActOnOpenMPTargetDirective() local
6732 auto *OED = dyn_cast<OMPExecutableDirective>(S); in ActOnOpenMPTargetDirective() local
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp10337 const auto *OED = dyn_cast<OMPExecutableDirective>(*I); in ActOnOpenMPTargetDirective() local
10349 const auto *OED = dyn_cast<OMPExecutableDirective>(S); in ActOnOpenMPTargetDirective() local