class ASTContext::import_iterator

Declaration

class ASTContext::import_iterator { /* full declaration omitted */ };

Description

Iterator that visits import declarations.

Declared at: clang/include/clang/AST/ASTContext.h:914

Member Variables

private clang::ImportDecl* Import = nullptr

Method Overview

Methods

import_iterator()

Declared at: clang/include/clang/AST/ASTContext.h:924

import_iterator(clang::ImportDecl* Import)

Declared at: clang/include/clang/AST/ASTContext.h:925

Parameters

clang::ImportDecl* Import