clang 20.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) | |
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 9256 of file OpenMPClause.h.
TargetOMPContext::TargetOMPContext | ( | ASTContext & | ASTCtx, |
std::function< void(StringRef)> && | DiagUnknownTrait, | ||
const FunctionDecl * | CurrentFunctionDecl, | ||
ArrayRef< llvm::omp::TraitProperty > | ConstructTraits | ||
) |
Definition at line 2866 of file OpenMPClause.cpp.
References clang::ASTContext::getTargetInfo(), and clang::TargetInfo::isValidFeatureName().
|
virtualdefault |
|
override |
See llvm::omp::OMPContext::matchesISATrait.
Definition at line 2882 of file OpenMPClause.cpp.