HomeSort by relevance Sort by last modified time
    Searched defs:ASTUnit (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
ASTUnit.cpp 1 //===--- 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 *,
121 // 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 *AU)
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 1 //===--- ASTUnit.h - ASTUnit utility ----------------------------*- C++ -*-===//
10 // ASTUnit utility class.
66 class ASTUnit : public ModuleLoader {
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.
309 ASTUnit &AST, bool CaptureDiagnostics);
419 ASTUnit(const ASTUnit &) = delete
    [all...]

Completed in 48 milliseconds