HomeSort by: relevance | last modified time | path
    Searched defs:ASTUnit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 1 //===- ASTUnit.cpp - ASTUnit utility --------------------------------------===//
9 // ASTUnit Implementation.
13 #include "clang/Frontend/ASTUnit.h"
218 struct ASTUnit::ASTWriterData {
227 void ASTUnit::clearFileLevelDecls() {
237 /// Tracks the number of ASTUnit objects that are currently active.
242 ASTUnit::ASTUnit(bool _MainFileIsAST)
251 ASTUnit::~ASTUnit()
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h 1 //===- ASTUnit.h - ASTUnit utility ------------------------------*- C++ -*-===//
9 // ASTUnit utility class.
89 class ASTUnit {
161 /// Whether the ASTUnit should delete the remapped buffers.
164 /// Track the top-level decls which appeared in an ASTUnit which was loaded
168 // of a PCH file when using the Index library on an ASTUnit loaded from
181 /// The name of the original source file used to generate this ASTUnit.
256 ASTUnit &AST, CaptureDiagsKind CaptureDiagnostics);
368 explicit ASTUnit(bool MainFileIsAST)
    [all...]

Completed in 16 milliseconds