Searched refs:Preamble (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp74 std::string Preamble; member in class:__anon3170::RewriteObjC
2534 Preamble += "static __NSConstantStringImpl " + S;
2535 Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReference,";
2536 Preamble += "0x000007c8,"; // utf8_str
2541 Preamble += prettyBuf.str();
2542 Preamble += ",";
2543 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n";
5025 RewriteObjCProtocolMetaData(*I, "", "", Preamble);
5027 InsertText(SM->getLocForStartOfFile(MainFileID), Preamble, false);
5058 Preamble
[all...]
H A DRewriteModernObjC.cpp75 std::string Preamble; member in class:__anon3167::RewriteModernObjC
2618 Preamble += "static __NSConstantStringImpl " + S;
2619 Preamble += " __attribute__ ((section (\"__DATA, __cfstring\"))) = {__CFConstantStringClassReference,";
2620 Preamble += "0x000007c8,"; // utf8_str
2625 Preamble += prettyBuf.str();
2626 Preamble += ",";
2627 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n";
5285 Preamble += HF;
6056 RewriteObjCProtocolMetaData(*I, Preamble);
6057 Write_ProtocolExprReferencedMetadata(Context, (*I), Preamble);
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1154 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size();
1382 Preamble.clear();
1390 if (!Preamble.empty()) {
1395 if (Preamble.size() == NewPreamble.second.first &&
1398 memcmp(Preamble.getBufferStart(), NewPreamble.first->getBufferStart(),
1485 Preamble.clear();
1529 Preamble.assign(FileMgr->getFile(MainFilename),
1540 NewPreamble.first->getBufferStart(), Preamble.size());
1541 memset(const_cast<char*>(PreambleBuffer->getBufferStart()) + Preamble.size(),
1542 ' ', PreambleReservedSize - Preamble
[all...]
H A DFrontendActions.cpp583 unsigned Preamble = Lexer::ComputePreamble(Buffer, CI.getLangOpts()).first; local
584 llvm::outs().write(Buffer->getBufferStart(), Preamble);
H A DCompilerInstance.cpp292 bool Preamble = getPreprocessorOpts().PrecompiledPreambleBytes.first != 0; local
298 Preamble,
312 bool Preamble,
324 Preamble ? serialization::MK_Preamble
305 createPCHExternalASTSource(StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, void *DeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h204 return Preamble;
211 PreambleData Preamble; member in class:clang::ASTUnit
H A DCompilerInstance.h551 void *DeserializationListener, bool Preamble,
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h766 void setPreambleFileID(FileID Preamble) { argument
768 PreambleFileID = Preamble;

Completed in 511 milliseconds