clang 20.0.0git
|
#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. | |
Definition at line 148 of file ASTImporter.h.
using clang::ASTImporter::ImportPathTy::Cycle = llvm::iterator_range<VecTy::const_reverse_iterator> |
Definition at line 170 of file ASTImporter.h.
using clang::ASTImporter::ImportPathTy::VecTy = llvm::SmallVector<Decl *, 32> |
Definition at line 150 of file ASTImporter.h.
|
inline |
Returns the copy of the cycle.
Definition at line 179 of file ASTImporter.h.
References getCycleAtBack().
Referenced by clang::ASTImporter::Import().
|
inline |
Definition at line 171 of file ASTImporter.h.
Referenced by copyCycleAtBack().
|
inline |
Returns true if the last element can be found earlier in the path.
Definition at line 165 of file ASTImporter.h.
Referenced by clang::ASTImporter::Import().
|
inline |
Definition at line 157 of file ASTImporter.h.
Referenced by clang::ASTImporter::Import().
|
inline |
Definition at line 152 of file ASTImporter.h.
References D.
Referenced by clang::ASTImporter::Import().