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 147 of file ASTImporter.h.
using clang::ASTImporter::ImportPathTy::Cycle = llvm::iterator_range<VecTy::const_reverse_iterator> |
Definition at line 169 of file ASTImporter.h.
using clang::ASTImporter::ImportPathTy::VecTy = llvm::SmallVector<Decl *, 32> |
Definition at line 149 of file ASTImporter.h.
|
inline |
Returns the copy of the cycle.
Definition at line 178 of file ASTImporter.h.
References getCycleAtBack().
Referenced by clang::ASTImporter::Import().
|
inline |
Definition at line 170 of file ASTImporter.h.
Referenced by copyCycleAtBack().
|
inline |
Returns true if the last element can be found earlier in the path.
Definition at line 164 of file ASTImporter.h.
Referenced by clang::ASTImporter::Import().
|
inline |
Definition at line 156 of file ASTImporter.h.
Referenced by clang::ASTImporter::Import().
|
inline |
Definition at line 151 of file ASTImporter.h.
References D.
Referenced by clang::ASTImporter::Import().