Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp8877 static Expr *buildPostUpdate(Sema &S, ArrayRef<Expr *> PostUpdates) { in buildPostUpdate() argument
8879 if (!PostUpdates.empty()) { in buildPostUpdate()
8880 for (Expr *E : PostUpdates) { in buildPostUpdate()