clang 22.0.0git
clang::ASTImporter::ImportPathTy Class Reference

#include "clang/AST/ASTImporter.h"

Public Types

using VecTy = llvm::SmallVector<Decl *, 32>
using Cycle = llvm::iterator_range<VecTy::const_reverse_iterator>

Public Member Functions

void push (Decl *D)
void pop ()
bool hasCycleAtBack () const
 Returns true if the last element can be found earlier in the path.
Cycle getCycleAtBack () const
VecTy copyCycleAtBack () const
 Returns the copy of the cycle.

Detailed Description

Definition at line 148 of file ASTImporter.h.

Member Typedef Documentation

◆ Cycle

using clang::ASTImporter::ImportPathTy::Cycle = llvm::iterator_range<VecTy::const_reverse_iterator>

Definition at line 170 of file ASTImporter.h.

◆ VecTy

Member Function Documentation

◆ copyCycleAtBack()

VecTy clang::ASTImporter::ImportPathTy::copyCycleAtBack ( ) const
inline

Returns the copy of the cycle.

Definition at line 179 of file ASTImporter.h.

References getCycleAtBack().

◆ getCycleAtBack()

Cycle clang::ASTImporter::ImportPathTy::getCycleAtBack ( ) const
inline

Definition at line 171 of file ASTImporter.h.

Referenced by copyCycleAtBack().

◆ hasCycleAtBack()

bool clang::ASTImporter::ImportPathTy::hasCycleAtBack ( ) const
inline

Returns true if the last element can be found earlier in the path.

Definition at line 165 of file ASTImporter.h.

◆ pop()

void clang::ASTImporter::ImportPathTy::pop ( )
inline

Definition at line 157 of file ASTImporter.h.

◆ push()

void clang::ASTImporter::ImportPathTy::push ( Decl * D)
inline

Definition at line 152 of file ASTImporter.h.


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