Home
last modified time | relevance | path

Searched defs:Content (Results 1 – 19 of 19) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DRewriterTestContext.h50 FileID createInMemoryFile(StringRef Name, StringRef Content) { in createInMemoryFile()
62 FileID createOnDiskFile(StringRef Name, StringRef Content) { in createOnDiskFile()
H A DRefactoringTest.cpp227 FileID createFile(llvm::StringRef Name, llvm::StringRef Content) { in createFile()
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DSimpleFormatContext.h49 FileID createInMemoryFile(StringRef Name, StringRef Content) { in createInMemoryFile()
/minix3/usr.bin/mail/
H A Ddef.h266 struct Content { struct
273 /* Header strings corresponding to the above Content fields. */ argument
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp197 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile()
288 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile()
/minix3/external/bsd/llvm/dist/clang/lib/Rewrite/
H A DRewriter.cpp252 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache(); in InsertText() local
356 Content = SourceMgr->getSLocEntry(FID).getFile().getContentCache(); in IncreaseIndentation() local
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp174 static void printErrorContentToStream(const Diagnostics::ErrorContent &Content, in printErrorContentToStream()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DELFYAML.h87 yaml::BinaryRef Content; member
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp534 getFromYAMLRawString(StringRef Content, in getFromYAMLRawString()
542 StringRef Content, in getFromYAMLString()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp554 SmallVector<InlineContentComment *, 8> Content; in parseParagraphOrBlockCommand() local
H A DCommentSema.cpp46 ArrayRef<InlineContentComment *> Content) { in actOnParagraphComment()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h913 const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache(); in getFileEntryForID() local
922 const SrcMgr::ContentCache *Content = sloc.getFile().getContentCache(); in getFileEntryForSLocEntry() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h553 ArrayRef<InlineContentComment *> Content; variable
556 ParagraphComment(ArrayRef<InlineContentComment *> Content) : in ParagraphComment()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp484 StringRef Content(ContentBegin, ContentEnd-ContentBegin); in ParseDirective() local
/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp1595 StringRef Content = Left.TokenText; in splitPenalty() local
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1283 ContentCache *Content; in getLineNumber() local
1730 ContentCache *Content in translateLineCol() local
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2753 StringRef Content(ContentStr); in WriteCategoryHeader() local
2883 StringRef Content(ContentStr); in WriteDocumentation() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h126 static ISD::NodeType getExtendForContent(BooleanContent Content) { in getExtendForContent()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1823 const SrcMgr::ContentCache *Content = File.getContentCache(); in WriteSourceManagerBlock() local