Lines Matching refs:DirName
369 void push(OpenMPDirectiveKind DKind, const DeclarationNameInfo &DirName,
376 Stack.back().first.emplace_back(DKind, DirName, CurScope, Loc);
2517 const DeclarationNameInfo &DirName,
2519 DSAStack->push(DKind, DirName, CurScope, Loc);
5707 OpenMPDirectiveKind Kind, const DeclarationNameInfo &DirName,
5713 checkNestingOfRegions(*this, DSAStack, Kind, DirName, CancelRegion,
5883 Res = ActOnOpenMPCriticalDirective(DirName, ClausesWithImplicit, AStmt,
9906 const DeclarationNameInfo &DirName, ArrayRef<OMPClause *> Clauses,
9917 if (!DirName.getName()) {
9933 const auto Pair = DSAStack->getCriticalWithHint(DirName);
9934 if (Pair.first && DirName.getName() && !DependentHint) {
9955 auto *Dir = OMPCriticalDirective::Create(Context, DirName, StartLoc, EndLoc,
9957 if (!Pair.first && DirName.getName() && !DependentHint)