Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp2475 class OpenACCClauseProfiler class
2476 : public OpenACCClauseVisitor<OpenACCClauseProfiler> {
2480 OpenACCClauseProfiler(StmtProfiler &P) : Profiler(P) {} in OpenACCClauseProfiler() function in __anon0d0ac4df0311::OpenACCClauseProfiler
2497 void OpenACCClauseProfiler::VisitDefaultClause( in VisitDefaultClause()
2500 void OpenACCClauseProfiler::VisitIfClause(const OpenACCIfClause &Clause) { in VisitIfClause()
2506 void OpenACCClauseProfiler::VisitCopyClause(const OpenACCCopyClause &Clause) { in VisitCopyClause()
2510 void OpenACCClauseProfiler::VisitCopyInClause( in VisitCopyInClause()
2516 void OpenACCClauseProfiler::VisitCopyOutClause( in VisitCopyOutClause()
2522 void OpenACCClauseProfiler::VisitCreateClause( in VisitCreateClause()
2528 void OpenACCClauseProfiler::VisitSelfClause(const OpenACCSelfClause &Clause) { in VisitSelfClause()
[all …]