Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp417 EmitOMPInteropDirective(cast<OMPInteropDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3902 void EmitOMPInteropDirective(const OMPInteropDirective &S);
H A DCGStmtOpenMP.cpp7053 void CodeGenFunction::EmitOMPInteropDirective(const OMPInteropDirective &S) { in EmitOMPInteropDirective() function in CodeGenFunction