Searched refs:getV (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2491 Expr *getV() { return cast_or_null<Expr>(*std::next(child_begin(), 3)); } function in class:clang::OMPAtomicDirective
2492 const Expr *getV() const { function in class:clang::OMPAtomicDirective
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2233 Record.AddStmt(D->getV());
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4350 S.getV(), S.getExpr(), S.getUpdateExpr(),

Completed in 106 milliseconds