|
clang 22.0.0git
|
Clang specific specialization of the OMPContext to lookup target features. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
| TargetOMPContext (ASTContext &ASTCtx, std::function< void(StringRef)> &&DiagUnknownTrait, const FunctionDecl *CurrentFunctionDecl, ArrayRef< llvm::omp::TraitProperty > ConstructTraits, int DeviceNum) | |
| virtual | ~TargetOMPContext ()=default |
| bool | matchesISATrait (StringRef RawString) const override |
| See llvm::omp::OMPContext::matchesISATrait. | |
Clang specific specialization of the OMPContext to lookup target features.
Definition at line 9870 of file OpenMPClause.h.
| TargetOMPContext::TargetOMPContext | ( | ASTContext & | ASTCtx, |
| std::function< void(StringRef)> && | DiagUnknownTrait, | ||
| const FunctionDecl * | CurrentFunctionDecl, | ||
| ArrayRef< llvm::omp::TraitProperty > | ConstructTraits, | ||
| int | DeviceNum ) |
Definition at line 3094 of file OpenMPClause.cpp.
References clang::DeviceNum, std::function, and clang::ASTContext::getTargetInfo().
|
virtualdefault |
References std::function.
|
override |
See llvm::omp::OMPContext::matchesISATrait.
Definition at line 3114 of file OpenMPClause.cpp.