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

/external/clang/include/clang/Frontend/
H A DASTUnit.h1 //===--- ASTUnit.h - ASTUnit utility ----------------------------*- C++ -*-===//
10 // ASTUnit utility class.
68 class ASTUnit : public ModuleLoader { class in namespace:clang
135 /// \brief Whether the ASTUnit should delete the remapped buffers.
138 /// Track the top-level decls which appeared in an ASTUnit which was loaded
142 // of a PCH file when using the Index library on an ASTUnit loaded from
155 /// The name of the original source file used to generate this ASTUnit.
311 ASTUnit &AST, bool CaptureDiagnostics);
421 ASTUnit(cons
[all...]
/external/clang/lib/Frontend/
H A DASTUnit.cpp1 //===--- ASTUnit.cpp - ASTUnit utility --------------------------*- C++ -*-===//
10 // ASTUnit Implementation.
14 #include "clang/Frontend/ASTUnit.h"
87 /// \brief Temporary files that should be removed when the ASTUnit is
109 typedef llvm::DenseMap<const ASTUnit *,
122 // Use the mutex because there can be an alive thread destroying an ASTUnit.
131 static OnDiskData &getOnDiskData(const ASTUnit *AU) {
142 static void erasePreambleFile(const ASTUnit *AU) {
146 static void removeOnDiskEntry(const ASTUnit *A
215 ASTUnit::ASTUnit(bool _MainFileIsAST) function in class:ASTUnit
[all...]

Completed in 78 milliseconds