reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
10015   OMPClause *ActOnOpenMPCopyinClause(ArrayRef<Expr *> VarList,

References

tools/clang/lib/Sema/SemaOpenMP.cpp
11910     Res = ActOnOpenMPCopyinClause(VarList, StartLoc, LParenLoc, EndLoc);
tools/clang/lib/Sema/TreeTransform.h
 1782     return getSema().ActOnOpenMPCopyinClause(VarList, StartLoc, LParenLoc,