Searched refs:OmpWrapperType (Results 1 – 2 of 2) sorted by relevance
46 using OmpWrapperType = variable52 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;
50 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()