clang 20.0.0git
|
Defines some OpenACC-specific enums and functions. More...
#include "clang/Basic/Diagnostic.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
Functions | |
template<typename StreamTy > | |
StreamTy & | clang::printOpenACCDirectiveKind (StreamTy &Out, OpenACCDirectiveKind K) |
const StreamingDiagnostic & | clang::operator<< (const StreamingDiagnostic &Out, OpenACCDirectiveKind K) |
llvm::raw_ostream & | clang::operator<< (llvm::raw_ostream &Out, OpenACCDirectiveKind K) |
bool | clang::isOpenACCComputeDirectiveKind (OpenACCDirectiveKind K) |
template<typename StreamTy > | |
StreamTy & | clang::printOpenACCClauseKind (StreamTy &Out, OpenACCClauseKind K) |
const StreamingDiagnostic & | clang::operator<< (const StreamingDiagnostic &Out, OpenACCClauseKind K) |
llvm::raw_ostream & | clang::operator<< (llvm::raw_ostream &Out, OpenACCClauseKind K) |
template<typename StreamTy > | |
StreamTy & | clang::printOpenACCDefaultClauseKind (StreamTy &Out, OpenACCDefaultClauseKind K) |
const StreamingDiagnostic & | clang::operator<< (const StreamingDiagnostic &Out, OpenACCDefaultClauseKind K) |
llvm::raw_ostream & | clang::operator<< (llvm::raw_ostream &Out, OpenACCDefaultClauseKind K) |
template<typename StreamTy > | |
StreamTy & | clang::printOpenACCReductionOperator (StreamTy &Out, OpenACCReductionOperator Op) |
const StreamingDiagnostic & | clang::operator<< (const StreamingDiagnostic &Out, OpenACCReductionOperator Op) |
llvm::raw_ostream & | clang::operator<< (llvm::raw_ostream &Out, OpenACCReductionOperator Op) |
Defines some OpenACC-specific enums and functions.
Definition in file OpenACCKinds.h.