Home
last modified time | relevance | path

Searched refs:EmitOMPThreadPrivateDecl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h1390 void EmitOMPThreadPrivateDecl(const OMPThreadPrivateDecl *D);
H A DCodeGenModule.cpp6330 EmitOMPThreadPrivateDecl(cast<OMPThreadPrivateDecl>(D)); in EmitTopLevelDecl()
6702 void CodeGenModule::EmitOMPThreadPrivateDecl(const OMPThreadPrivateDecl *D) { in EmitOMPThreadPrivateDecl() function in CodeGenModule