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 *, 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 *AU)
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 1 //===--- ASTUnit.h - ASTUnit utility ----------------------------*- C++ -*-===//
10 // ASTUnit utility class.
65 class ASTUnit : public ModuleLoader {
113 /// \brief Whether the ASTUnit should delete the remapped buffers.
116 /// Track the top-level decls which appeared in an ASTUnit which was loaded
120 // of a PCH file when using the Index library on an ASTUnit loaded from
133 /// The name of the original source file used to generate this ASTUnit.
268 ASTUnit &AST, bool CaptureDiagnostics);
378 ASTUnit(const ASTUnit &) LLVM_DELETED_FUNCTION
    [all...]

Completed in 67 milliseconds