Skip to content

Commit

Permalink
WIP Move target stuf
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoerfert committed Dec 17, 2019
1 parent fd7b71f commit cacae28
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 235 deletions.
9 changes: 9 additions & 0 deletions clang/include/clang/AST/StmtOpenMP.h
Expand Up @@ -4594,6 +4594,15 @@ class OMPTargetTeamsDistributeSimdDirective final : public OMPLoopDirective {
}
};

namespace omp {
/// Obtain information that uniquely identifies a target entry. This
/// consists of the file and device IDs as well as line number associated with
/// the relevant entry source location.
void getTargetEntryUniqueInfo(ASTContext &C, SourceLocation Loc,
unsigned &DeviceID, unsigned &FileID,
unsigned &LineNum);
} // namespace omp

} // end namespace clang

#endif

0 comments on commit cacae28

Please sign in to comment.