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

  /external/clang/lib/Rewrite/
RewriteObjC.cpp 121 std::string Preamble;
571 Preamble = "#pragma once\n";
572 Preamble += "struct objc_selector; struct objc_class;\n";
573 Preamble += "struct __rw_objc_super { struct objc_object *object; ";
574 Preamble += "struct objc_object *superClass; ";
577 Preamble += "__rw_objc_super(struct objc_object *o, struct objc_object *s) "
579 Preamble += "object(o), superClass(s) {} ";
581 Preamble += "};\n";
582 Preamble += "#ifndef _REWRITER_typedef_Protocol\n";
583 Preamble += "typedef struct objc_object Protocol;\n"
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 220 unsigned Preamble = Lexer::ComputePreamble(Buffer).first;
221 llvm::outs().write(Buffer->getBufferStart(), Preamble);
CompilerInstance.cpp 271 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0;
277 Preamble));
290 bool Preamble) {
299 Preamble ? ASTReader::Preamble : ASTReader::PCH)) {
532 // been created (e.g., by a precompiled preamble).
ASTUnit.cpp 85 /// \brief After failing to build a precompiled preamble (due to
86 /// errors in the source that occurs in the preamble), the number of
88 /// preamble.
805 // preamble. This will allow us to deserialize those top-level
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 534 void *DeserializationListener, bool Preamble);
ASTUnit.h 147 /// \brief The set of diagnostics produced when creating the preamble.
185 /// precompiled preamble.
187 /// If zero, we will never build a precompiled preamble. Otherwise,
189 /// without the benefit of a precompiled preamble. When it hits 1,
191 /// building the precompiled preamble fails, we won't try again for
195 /// \brief The file in which the precompiled preamble is stored.
198 /// \brief The contents of the preamble that has been precompiled to
200 std::vector<char> Preamble;
202 /// \brief Whether the preamble ends at the start of a new line.
205 /// a line after skipping the preamble
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 558 /// \brief Set the file ID for the precompiled preamble, which is also the
560 void SetPreambleFileID(FileID Preamble) {
562 MainFileID = Preamble;
    [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/clang/include/clang/Serialization/
ASTReader.h 188 Preamble, ///< File is a PCH file treated as the preamble.
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 277 Preamble
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 553 milliseconds