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

  /external/clang/lib/Rewrite/
RewriteObjC.cpp 121 std::string Preamble;
589 Preamble = "#pragma once\n";
590 Preamble += "struct objc_selector; struct objc_class;\n";
591 Preamble += "struct __rw_objc_super { struct objc_object *object; ";
592 Preamble += "struct objc_object *superClass; ";
595 Preamble += "__rw_objc_super(struct objc_object *o, struct objc_object *s) "
597 Preamble += "object(o), superClass(s) {} ";
599 Preamble += "};\n";
600 Preamble += "#ifndef _REWRITER_typedef_Protocol\n";
601 Preamble += "typedef struct objc_object Protocol;\n"
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 260 unsigned Preamble = Lexer::ComputePreamble(Buffer, CI.getLangOpts()).first;
261 llvm::outs().write(Buffer->getBufferStart(), Preamble);
ASTUnit.cpp 86 /// \brief After failing to build a precompiled preamble (due to
87 /// errors in the source that occurs in the preamble), the number of
89 /// preamble.
814 // preamble. This will allow us to deserialize those top-level
    [all...]
CompilerInstance.cpp 291 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
297 Preamble));
310 bool Preamble) {
319 Preamble ? serialization::MK_Preamble
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 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
165 /// \brief The file in which the precompiled preamble is stored.
207 return Preamble;
212 /// \brief The contents of the preamble that has been precompiled to
214 PreambleData Preamble;
216 /// \brief Whether the preamble ends at the start of a new line
    [all...]
CompilerInstance.h 530 void *DeserializationListener, bool Preamble);
  /external/clang/include/clang/Basic/
SourceManager.h 556 /// \brief The file ID for the precompiled preamble there is one.
616 /// \brief Set the file ID for the precompiled preamble.
617 void setPreambleFileID(FileID Preamble) {
619 PreambleFileID = Preamble;
622 /// \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
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 277 Preamble

Completed in 245 milliseconds