Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h1110 void EmitOMPThreadPrivateDecl(const OMPThreadPrivateDecl *D);
DCodeGenModule.cpp3925 EmitOMPThreadPrivateDecl(cast<OMPThreadPrivateDecl>(D)); in EmitTopLevelDecl()
4213 void CodeGenModule::EmitOMPThreadPrivateDecl(const OMPThreadPrivateDecl *D) { in EmitOMPThreadPrivateDecl() function in CodeGenModule