/external/llvm/include/llvm/Support/ |
D | UnicodeCharRanges.h | 54 LLVM_CONSTEXPR UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet() 56 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet() 94 const CharRanges Ranges; variable
|
D | SourceMgr.h | 240 std::vector<std::pair<unsigned, unsigned> > Ranges; variable
|
/external/llvm/unittests/Support/ |
D | SourceMgrTest.cpp | 41 const Twine &Msg, ArrayRef<SMRange> Ranges, in printMessage() 132 SMRange Ranges[] = { getRange(0, 3), getRange(4, 3) }; in TEST_F() local 143 SMRange Ranges[] = { getRange(0, 3), getRange(2, 4) }; in TEST_F() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgValueHistoryCalculator.cpp | 41 auto &Ranges = VarInstrRanges[Var]; in startInstrRange() local 53 auto &Ranges = VarInstrRanges[Var]; in endInstrRange() local 66 const auto &Ranges = I->second; in getRegisterForVar() local
|
D | DwarfUnit.h | 55 SmallVector<RangeSpan, 2> Ranges; variable 58 RangeSpanList(MCSymbol *Sym, SmallVector<RangeSpan, 2> Ranges) in RangeSpanList()
|
/external/clang/include/clang/Frontend/ |
D | TextDiagnostic.h | 92 SmallVectorImpl<CharSourceRange>& Ranges, in emitCodeContext()
|
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 137 ArrayRef<SMRange> Ranges, in GetMessage() 217 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage() 223 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage() 232 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, in SMDiagnostic()
|
/external/llvm/lib/MC/MCParser/ |
D | MCAsmParser.cpp | 36 bool MCAsmParser::TokError(const Twine &Msg, ArrayRef<SMRange> Ranges) { in TokError()
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 126 ArrayRef<CharSourceRange> Ranges, in emitDiagnostic() 325 ArrayRef<CharSourceRange> Ranges, in mapDiagnosticRanges() 389 ArrayRef<CharSourceRange> Ranges, in emitCaret() 411 ArrayRef<CharSourceRange> Ranges, in emitMacroExpansions()
|
D | SerializedDiagnosticPrinter.cpp | 77 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticLoc() 693 ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage() 721 void SDiagsWriter::EmitCodeContext(SmallVectorImpl<CharSourceRange> &Ranges, in EmitCodeContext() 751 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
|
D | TextDiagnostic.cpp | 679 ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage() 775 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticLoc() 1060 SmallVectorImpl<CharSourceRange>& Ranges, in emitSnippetAndCaret()
|
/external/clang/tools/clang-format/ |
D | ClangFormat.cpp | 126 std::vector<CharSourceRange> &Ranges) { in fillRanges() 222 std::vector<CharSourceRange> Ranges; in format() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DereferenceChecker.cpp | 53 SmallVectorImpl<SourceRange> &Ranges, in AddDerefSource() 105 SmallVector<SourceRange, 2> Ranges; in reportBug() local
|
/external/clang/tools/libclang/ |
D | CXLoadedDiagnostic.h | 84 std::vector<CXSourceRange> Ranges; variable
|
D | CIndexDiagnostic.cpp | 118 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticMessage() 135 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticLoc() 140 SmallVectorImpl<CharSourceRange>& Ranges, in emitCodeContext()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 197 static Range *upperBound(MemoryLocation Loc, Range *Ranges, in upperBound() 220 Range *Ranges, unsigned NumRanges, in renderMemorySnippet()
|
/external/clang/unittests/Format/ |
D | FormatTestProto.cpp | 26 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length)); in format() local
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 563 bool TGParser::ParseRangePiece(std::vector<unsigned> &Ranges) { in ParseRangePiece() 627 bool TGParser::ParseOptionalRangeList(std::vector<unsigned> &Ranges) { in ParseOptionalRangeList() 649 bool TGParser::ParseOptionalBitList(std::vector<unsigned> &Ranges) { in ParseOptionalBitList() 1517 std::vector<unsigned> Ranges = ParseRangeList(); in ParseValue() local 1539 std::vector<unsigned> Ranges = ParseRangeList(); in ParseValue() local 1801 std::vector<unsigned> Ranges; in ParseForeachDeclaration() local
|
/external/clang/lib/Format/ |
D | Format.cpp | 1189 ArrayRef<CharSourceRange> Ranges) in Formatter() 1463 SmallVector<CharSourceRange, 8> Ranges; member in clang::format::__anonf8d6a77d0111::Formatter 1474 ArrayRef<CharSourceRange> Ranges) { in reformat() 1483 ArrayRef<CharSourceRange> Ranges) { in reformat() 1491 ArrayRef<tooling::Range> Ranges, in reformat()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PlistDiagnostics.cpp | 161 ArrayRef<SourceRange> Ranges = P.getRanges(); in ReportEvent() local 316 ArrayRef<SourceRange> Ranges = piece->getRanges(); in FlushDiagnosticsImpl() local
|
D | RangeConstraintManager.cpp | 344 const RangeSet *Ranges = State->get<ConstraintRange>(Sym); in checkNull() local 576 ConstraintRangeTy Ranges = St->get<ConstraintRange>(); in print() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 96 const MDNode *Ranges; variable
|
D | LexicalScopes.h | 128 SmallVector<InsnRange, 4> Ranges; variable
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 83 SmallVector<SourceRange, 4> Ranges; variable
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 636 ArrayRef<SMRange> Ranges = None, in Error() 644 ArrayRef<SMRange> Ranges = None, in ErrorAndEatStatement() 2646 ArrayRef<SMRange> Ranges = in MatchAndEmitATTInstruction() local 2774 ArrayRef<SMRange> Ranges = in MatchAndEmitIntelInstruction() local 2803 ArrayRef<SMRange> Ranges = in MatchAndEmitIntelInstruction() local
|