Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1405 void EmitOMPThreadPrivateDecl(const OMPThreadPrivateDecl *D);
H A DCodeGenModule.cpp6977 EmitOMPThreadPrivateDecl(cast<OMPThreadPrivateDecl>(D)); in EmitTopLevelDecl()
7341 void CodeGenModule::EmitOMPThreadPrivateDecl(const OMPThreadPrivateDecl *D) { in EmitOMPThreadPrivateDecl() function in CodeGenModule