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 458 unsigned Preamble = Lexer::ComputePreamble(Buffer, CI.getLangOpts()).first;
459 llvm::outs().write(Buffer->getBufferStart(), Preamble);
CompilerInstance.cpp 295 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
301 Preamble,
315 bool Preamble,
327 Preamble ? serialization::MK_Preamble
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 130 /// The files and decls are only local (and non-preamble) ones.
136 /// \brief The set of diagnostics produced when creating the preamble.
155 /// precompiled preamble.
157 /// If zero, we will never build a precompiled preamble. Otherwise,
159 /// without the benefit of a precompiled preamble. When it hits 1,
161 /// building the precompiled preamble fails, we won't try again for
204 return Preamble;
209 /// \brief The contents of the preamble that has been precompiled to
211 PreambleData Preamble;
213 /// \brief Whether the preamble ends at the start of a new line
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 74 std::string Preamble;
    [all...]
RewriteModernObjC.cpp 75 std::string Preamble;
    [all...]

Completed in 1943 milliseconds