Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2488 bool IsOmpAllMemory = false; in VisitOMPDependClause() local
2491 IsOmpAllMemory = true; in VisitOMPDependClause()
2494 IsOmpAllMemory = true; in VisitOMPDependClause()
2497 if (!Node->varlist_empty() || IsOmpAllMemory) in VisitOMPDependClause()
2500 if (IsOmpAllMemory) { in VisitOMPDependClause()