|
clang 22.0.0git
|
#include "clang/AST/ASTImporter.h"
Public Member Functions | |
| auto | makeScopedCycleDetection (const FunctionDecl *D) |
| bool | isCycle (const FunctionDecl *D) const |
Definition at line 193 of file ASTImporter.h.
| bool ASTImporter::FunctionDeclImportCycleDetector::isCycle | ( | const FunctionDecl * | D | ) | const |
Definition at line 1308 of file ASTImporter.cpp.
Referenced by makeScopedCycleDetection().
| auto ASTImporter::FunctionDeclImportCycleDetector::makeScopedCycleDetection | ( | const FunctionDecl * | D | ) |
Definition at line 1294 of file ASTImporter.cpp.
References isCycle().