Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1484 void EmitOMPThreadPrivateDecl(const OMPThreadPrivateDecl *D);
H A DCodeGenModule.cpp7123 EmitOMPThreadPrivateDecl(cast<OMPThreadPrivateDecl>(D)); in EmitTopLevelDecl()
7490 void CodeGenModule::EmitOMPThreadPrivateDecl(const OMPThreadPrivateDecl *D) { in EmitOMPThreadPrivateDecl() function in CodeGenModule