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

  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 72 std::string Preamble;
    [all...]
RewriteObjC.cpp 72 std::string Preamble;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 88 /// \brief The file in which the precompiled preamble is stored.
98 /// \brief Erase the preamble file.
101 /// \brief Erase temporary files and the preamble file.
203 /// \brief After failing to build a precompiled preamble (due to
204 /// errors in the source that occurs in the preamble), the number of
206 /// preamble.
236 // Clean up the temporary files and the preamble file.
    [all...]
FrontendActions.cpp 496 unsigned Preamble = Lexer::ComputePreamble(Buffer, CI.getLangOpts()).first;
497 llvm::outs().write(Buffer->getBufferStart(), Preamble);
CompilerInstance.cpp 313 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
320 Preamble));
334 bool Preamble) {
344 Preamble ? serialization::MK_Preamble
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 128 /// The files and decls are only local (and non-preamble) ones.
134 /// \brief The set of diagnostics produced when creating the preamble.
153 /// precompiled preamble.
155 /// If zero, we will never build a precompiled preamble. Otherwise,
157 /// without the benefit of a precompiled preamble. When it hits 1,
159 /// building the precompiled preamble fails, we won't try again for
202 return Preamble;
207 /// \brief The contents of the preamble that has been precompiled to
209 PreambleData Preamble;
211 /// \brief Whether the preamble ends at the start of a new line
    [all...]
CompilerInstance.h 550 void *DeserializationListener, bool Preamble);
  /external/clang/include/clang/Basic/
SourceManager.h 567 /// \brief The file ID for the precompiled preamble there is one.
636 /// \brief Set the file ID for the precompiled preamble.
637 void setPreambleFileID(FileID Preamble) {
639 PreambleFileID = Preamble;
642 /// \brief Get the file ID for the precompiled preamble if there is one.
    [all...]
  /external/quake/
NOTICE 25 Preamble
370 Preamble
    [all...]
  /external/bluetooth/bluez/gdbus/
NOTICE 31 Preamble
  /external/bluetooth/bluez/input/
NOTICE 31 Preamble
  /external/bluetooth/bluez/plugins/
NOTICE 31 Preamble
  /external/bluetooth/bluez/src/
NOTICE 33 Preamble
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 277 Preamble

Completed in 407 milliseconds