Lines Matching defs:DirName
402 void push(OpenMPDirectiveKind DKind, const DeclarationNameInfo &DirName,
409 Stack.back().first.emplace_back(DKind, DirName, CurScope, Loc);
2788 const DeclarationNameInfo &DirName,
2790 DSAStack->push(DKind, DirName, CurScope, Loc);
5989 const DeclarationNameInfo &DirName, OpenMPDirectiveKind CancelRegion) {
6077 OpenMPDirectiveKind Kind, const DeclarationNameInfo &DirName,
6098 StartLoc, EndLoc, DirName, CancelRegion);
6104 checkNestingOfRegions(SemaRef, DSAStack, DK, DirName, CancelRegion,
6330 Res = ActOnOpenMPCriticalDirective(DirName, ClausesWithImplicit, AStmt,
10801 const DeclarationNameInfo &DirName, ArrayRef<OMPClause *> Clauses,
10812 if (!DirName.getName()) {
10828 const auto Pair = DSAStack->getCriticalWithHint(DirName);
10829 if (Pair.first && DirName.getName() && !DependentHint) {
10850 auto *Dir = OMPCriticalDirective::Create(getASTContext(), DirName, StartLoc,
10852 if (!Pair.first && DirName.getName() && !DependentHint)