|
clang 22.0.0git
|
#include "clang/AST/StmtOpenACC.h"#include "clang/AST/ASTContext.h"#include "clang/AST/ExprCXX.h"#include "clang/AST/StmtCXX.h"Go to the source code of this file.
Functions | |
| static std::pair< const Expr *, const Expr * > | getBinaryOpArgs (const Expr *Op) |
| static std::pair< bool, const Expr * > | getUnaryOpArgs (const Expr *Op) |
Definition at line 327 of file StmtOpenACC.cpp.
References clang::cast().
Referenced by OpenACCAtomicConstruct::getAssociatedStmtInfo().
Definition at line 338 of file StmtOpenACC.cpp.
Referenced by OpenACCAtomicConstruct::getAssociatedStmtInfo().