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 585 unsigned Preamble = Lexer::ComputePreamble(Buffer, CI.getLangOpts()).first;
586 llvm::outs().write(Buffer->getBufferStart(), Preamble);
CompilerInstance.cpp 292 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
298 Preamble,
312 bool Preamble,
324 Preamble ? serialization::MK_Preamble
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 131 /// The files and decls are only local (and non-preamble) ones.
137 /// \brief The set of diagnostics produced when creating the preamble.
156 /// precompiled preamble.
158 /// If zero, we will never build a precompiled preamble. Otherwise,
160 /// without the benefit of a precompiled preamble. When it hits 1,
162 /// building the precompiled preamble fails, we won't try again for
205 return Preamble;
210 /// \brief The contents of the preamble that has been precompiled to
212 PreambleData Preamble;
214 /// \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 55 milliseconds