ClangToSageTranslator::evaluateConstraintSatisfaction
Synopses
Declared in <CxxFrontend/Clang/clang‐frontend‐private.hpp>
ConstraintSatisfactionResult
evaluateConstraintSatisfaction(
clang::NamedDecl const* constraint_owner,
llvm::ArrayRef<clang::AssociatedConstraint> constraints,
llvm::ArrayRef<clang::TemplateArgument> template_args,
clang::SourceRange template_id_range);
ConstraintSatisfactionResult
evaluateConstraintSatisfaction(
clang::NamedDecl const* constraint_owner,
llvm::ArrayRef<clang::AssociatedConstraint> constraints,
clang::MultiLevelTemplateArgumentList const& template_args,
clang::SourceRange template_id_range);
ConstraintSatisfactionResult
evaluateConstraintSatisfaction(
clang::NamedDecl const* constraint_owner,
llvm::ArrayRef<clang::AssociatedConstraint> constraints,
clang::TemplateArgumentList const& template_args,
clang::SourceRange template_id_range);
Created with MrDocs