clang 19.0.0git
Functions
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()

static const CXXRecordDecl * lookupCXXRecordDecl ( const ASTContext Ctx,
const NamespaceDecl StdNS,
ComparisonCategoryType  Kind 
)
static

◆ lookupStdNamespace()

static const NamespaceDecl * lookupStdNamespace ( const ASTContext Ctx,
NamespaceDecl *&  StdNS 
)
static