Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/examples/FlangOmpReport/
H A DFlangOmpReportVisitor.h46 using OmpWrapperType = variable
52 SourcePosition getLocation(const OmpWrapperType &w);
56 std::string getName(const OmpWrapperType &w);
85 llvm::SmallVector<OmpWrapperType *> ompWrapperStack;
86 llvm::DenseMap<OmpWrapperType *, llvm::SmallVector<ClauseInfo>> clauseStrings;
H A DFlangOmpReportVisitor.cpp50 SourcePosition OpenMPCounterVisitor::getLocation(const OmpWrapperType &w) { in getLocation()
96 std::string OpenMPCounterVisitor::getName(const OmpWrapperType &w) { in getName()
157 OmpWrapperType *ow{new OmpWrapperType(&c)}; in Pre()
162 OmpWrapperType *ow{new OmpWrapperType(&c)}; in Pre()
174 OmpWrapperType *curConstruct = ompWrapperStack.back(); in PostConstructsCommon()