clang 19.0.0git
Functions
ExprConcepts.cpp File Reference
#include "clang/AST/ExprConcepts.h"
#include "clang/AST/ASTConcept.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/ComputeDependence.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/DeclarationName.h"
#include "clang/AST/DependenceFlags.h"
#include "clang/AST/Expr.h"
#include "clang/AST/NestedNameSpecifier.h"
#include "clang/AST/TemplateBase.h"
#include "clang/AST/Type.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/Support/TrailingObjects.h"
#include <algorithm>
#include <string>
#include <utility>

Go to the source code of this file.

Functions

static bool RequirementContainsError (concepts::Requirement *R)
 

Function Documentation

◆ RequirementContainsError()

static bool RequirementContainsError ( concepts::Requirement R)
static

Definition at line 108 of file ExprConcepts.cpp.