clang 22.0.0git
ComparisonCategories.cpp File Reference
#include "clang/AST/ComparisonCategories.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/Type.h"
#include "llvm/ADT/SmallVector.h"
#include <optional>

Go to the source code of this file.

Functions

static const NamespaceDecllookupStdNamespace (const ASTContext &Ctx, NamespaceDecl *&StdNS)
static const CXXRecordDecllookupCXXRecordDecl (const ASTContext &Ctx, const NamespaceDecl *StdNS, ComparisonCategoryType Kind)

Function Documentation

◆ lookupCXXRecordDecl()

◆ lookupStdNamespace()