clang 22.0.0git
clang::ASTImporter::FunctionDeclImportCycleDetector Class Reference

#include "clang/AST/ASTImporter.h"

Public Member Functions

auto makeScopedCycleDetection (const FunctionDecl *D)
bool isCycle (const FunctionDecl *D) const

Detailed Description

Definition at line 193 of file ASTImporter.h.

Member Function Documentation

◆ isCycle()

bool ASTImporter::FunctionDeclImportCycleDetector::isCycle ( const FunctionDecl * D) const

Definition at line 1308 of file ASTImporter.cpp.

Referenced by makeScopedCycleDetection().

◆ makeScopedCycleDetection()

auto ASTImporter::FunctionDeclImportCycleDetector::makeScopedCycleDetection ( const FunctionDecl * D)

Definition at line 1294 of file ASTImporter.cpp.

References isCycle().


The documentation for this class was generated from the following files: