Home
last modified time | relevance | path

Searched refs:EmitOMPMetaDirective (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp208 EmitOMPMetaDirective(cast<OMPMetaDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3818 void EmitOMPMetaDirective(const OMPMetaDirective &S);
H A DCGStmtOpenMP.cpp1836 void CodeGenFunction::EmitOMPMetaDirective(const OMPMetaDirective &S) { in EmitOMPMetaDirective() function in CodeGenFunction