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

Completed in 68 milliseconds