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
- public import_iterator()
- public import_iterator(clang::ImportDecl * Import)
Methods
¶import_iterator()
import_iterator()
Declared at: clang/include/clang/AST/ASTContext.h:924
¶import_iterator(clang::ImportDecl* Import)
import_iterator(clang::ImportDecl* Import)
Declared at: clang/include/clang/AST/ASTContext.h:925
Parameters
- clang::ImportDecl* Import