HomeSort by: relevance | last modified time | path
    Searched refs:PrecompiledPreamble (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 1 //===--- PrecompiledPreamble.cpp - Build precompiled preambles --*- C++ -*-===//
13 #include "clang/Frontend/PrecompiledPreamble.h"
311 llvm::ErrorOr<PrecompiledPreamble> PrecompiledPreamble::Build(
329 llvm::ErrorOr<PrecompiledPreamble::TempPCHFile> PreamblePCHFile =
330 PrecompiledPreamble::TempPCHFile::CreateNewPreamblePCHFile();
444 llvm::StringMap<PrecompiledPreamble::PreambleFileHash> FilesInPreamble;
455 PrecompiledPreamble::PreambleFileHash::createForFile(File->getSize(),
461 PrecompiledPreamble::PreambleFileHash::createForMemoryBuffer(Buffer);
465 return PrecompiledPreamble(
    [all...]
ASTUnit.cpp 46 #include "clang/Frontend/PrecompiledPreamble.h"
1368 llvm::ErrorOr<PrecompiledPreamble> NewPreamble = PrecompiledPreamble::Build(
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
PrecompiledPreamble.h 1 //===--- PrecompiledPreamble.h - Build precompiled preambles ----*- C++ -*-===//
52 class PrecompiledPreamble {
57 /// Try to build PrecompiledPreamble for \p Invocation. See
81 static llvm::ErrorOr<PrecompiledPreamble>
89 PrecompiledPreamble(PrecompiledPreamble &&) = default;
90 PrecompiledPreamble &operator=(PrecompiledPreamble &&) = default;
105 /// Check whether PrecompiledPreamble can be reused for the new contents(\p
115 /// For in-memory preambles, PrecompiledPreamble instance continues to own th
    [all...]
ASTUnit.h 30 #include "clang/Frontend/PrecompiledPreamble.h"
225 llvm::Optional<PrecompiledPreamble> Preamble;
  /src/external/apache2/llvm/lib/libclangFrontend/
Makefile 31 PrecompiledPreamble.cpp \

Completed in 24 milliseconds