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.
66 class ASTUnit : public ModuleLoader { class in namespace:clang
133 /// \brief Whether the ASTUnit should delete the remapped buffers.
136 /// Track the top-level decls which appeared in an ASTUnit which was loaded
140 // of a PCH file when using the Index library on an ASTUnit loaded from
153 /// The name of the original source file used to generate this ASTUnit.
310 ASTUnit &AST, bool CaptureDiagnostics);
420 ASTUnit(cons
[all...]
/external/clang/lib/Frontend/
H A DASTUnit.cpp1 //===--- ASTUnit.cpp - ASTUnit utility ------------------------------------===//
10 // ASTUnit Implementation.
14 #include "clang/Frontend/ASTUnit.h"
86 /// \brief Temporary files that should be removed when the ASTUnit is
108 typedef llvm::DenseMap<const ASTUnit *, OnDiskData *> OnDiskDataMap;
120 // Use the mutex because there can be an alive thread destroying an ASTUnit.
130 static OnDiskData &getOnDiskData(const ASTUnit *AU) {
141 static void erasePreambleFile(const ASTUnit *AU) {
145 static void removeOnDiskEntry(const ASTUnit *A
215 ASTUnit::ASTUnit(bool _MainFileIsAST) function in class:ASTUnit
[all...]

Completed in 3929 milliseconds