ACAV f0ba4b7c9529
Abstract Syntax Tree (AST) visualization tool for C, C++, and Objective-C
Loading...
Searching...
No Matches
SourceLocationIndex.h File Reference

Source-to-AST node lookup index. More...

#include "common/FileManager.h"
#include <map>
#include <vector>
Include dependency graph for SourceLocationIndex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  acav::Interval
 Represents an interval in source code with associated AST node. More...
class  acav::IntervalTree
 Sorted array for interval queries. More...
class  acav::SourceLocationIndex
 Index for source-to-AST node lookup. More...

Detailed Description

Source-to-AST node lookup index.

Definition in file SourceLocationIndex.h.