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.cpp2294 bool IsOmpAllMemory = false; in VisitOMPDependClause() local
2297 IsOmpAllMemory = true; in VisitOMPDependClause()
2300 IsOmpAllMemory = true; in VisitOMPDependClause()
2303 if (!Node->varlist_empty() || IsOmpAllMemory) in VisitOMPDependClause()
2306 if (IsOmpAllMemory) { in VisitOMPDependClause()