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

  /external/clang/lib/Frontend/
FrontendActions.cpp 383 bool Preamble = CI.getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
394 Preamble ? serialization::MK_Preamble
682 unsigned Preamble = Lexer::ComputePreamble(Buffer, CI.getLangOpts()).first;
683 llvm::outs().write(Buffer->getBufferStart(), Preamble);
CompilerInstance.cpp 392 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
396 DeserializationListener, OwnDeserializationListener, Preamble,
406 bool Preamble, bool UseGlobalModuleIndex) {
422 Preamble ? serialization::MK_Preamble
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 150 /// The files and decls are only local (and non-preamble) ones.
156 /// \brief The set of diagnostics produced when creating the preamble.
175 /// precompiled preamble.
177 /// If zero, we will never build a precompiled preamble. Otherwise,
179 /// without the benefit of a precompiled preamble. When it hits 1,
181 /// building the precompiled preamble fails, we won't try again for
224 return Preamble;
227 /// Data used to determine if a file used in the preamble has been changed.
255 /// \brief The contents of the preamble that has been precompiled to
257 PreambleData Preamble;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 74 std::string Preamble;
    [all...]
RewriteObjC.cpp 74 std::string Preamble;
    [all...]

Completed in 213 milliseconds