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

  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 74 std::string Preamble;
    [all...]
RewriteModernObjC.cpp 75 std::string Preamble;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 83 /// \brief The file in which the precompiled preamble is stored.
93 /// \brief Erase the preamble file.
96 /// \brief Erase temporary files and the preamble file.
207 /// \brief After failing to build a precompiled preamble (due to
208 /// errors in the source that occurs in the preamble), the number of
210 /// preamble.
241 // Clean up the temporary files and the preamble file.
    [all...]
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...]
CompilerInstance.h 555 void *DeserializationListener, bool Preamble,
  /external/clang/include/clang/Basic/
SourceManager.h 643 /// \brief The file ID for the precompiled preamble there is one.
758 /// \brief Set the file ID for the precompiled preamble.
759 void setPreambleFileID(FileID Preamble) {
761 PreambleFileID = Preamble;
764 /// \brief Get the file ID for the precompiled preamble if there is one.
    [all...]
  /external/quake/
NOTICE 25 Preamble
370 Preamble
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 277 Preamble

Completed in 359 milliseconds