Searched defs:ASTUnit (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Frontend/
H A DASTUnit.cpp1 //===--- ASTUnit.cpp - ASTUnit utility ------------------------------------===//
10 // ASTUnit Implementation.
14 #include "clang/Frontend/ASTUnit.h"
92 /// \brief Tracks the number of ASTUnit objects that are currently active.
97 ASTUnit::ASTUnit(bool _MainFileIsAST) function in class:ASTUnit
116 ASTUnit::~ASTUnit() {
146 void ASTUnit
[all...]
/external/clang/include/clang/Frontend/
H A DASTUnit.h1 //===--- ASTUnit.h - ASTUnit utility ----------------------------*- C++ -*-===//
10 // ASTUnit utility class.
70 class ASTUnit : public ModuleLoader { class in namespace:clang
118 /// \brief Whether the ASTUnit should delete the remapped buffers.
121 /// Track the top-level decls which appeared in an ASTUnit which was loaded
125 // of a PCH file when using the Index library on an ASTUnit loaded from
130 /// The name of the original source file used to generate this ASTUnit.
150 /// \brief Temporary files that should be removed when the ASTUnit is
267 ASTUnit
[all...]

Completed in 99 milliseconds