Searched refs:getText (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp329 RenderText(&Buffer, InRange->getText(), Args);
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp31 StringRef clang::tooling::getText(CharSourceRange Range, function in class:clang::tooling
H A DRangeSelector.cpp216 if (tooling::getText(R, *Result.Context) != D->getName())
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp561 Kind = SectionKind::getText();
568 // Default to `SectionKind::getText()`. This is the default for gas as
852 MCSectionSPIRV(SectionKind::getText(), Begin);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp485 isText ? SectionKind::getText() : SectionKind::getData()));
724 isText ? SectionKind::getText() : SectionKind::getData()));
H A DELFAsmParser.cpp99 ELF::SHF_ALLOC, SectionKind::getText());
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1681 JOS.attribute("text", C->getText());
1793 JOS.attribute("text", C->getText());
1798 JOS.attribute("text", C->getText());
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp932 SectionKind Kind = SectionKind::getText();
2635 NameStr, SectionKind::getText(),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1123 getContext().getWasmSection(SecName, SectionKind::getText(), 0, Group,
/freebsd-current/contrib/libxo/xohtml/external/
H A Djquery.js4248 var getText = Sizzle.getText = function( elem ) {
4264 ret += getText( elem );
4276 ret += getText( node );
4670 return (elem.textContent || elem.innerText || getText([ elem ]) || "").indexOf(match[3]) >= 0;
5358 jQuery.text = Sizzle.getText;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp623 .getXCOFFSection(SymName, SectionKind::getText(),

Completed in 308 milliseconds

12