Searched refs:SymbolsEnd (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp260 SourceLocation SymbolsEnd = Reference.Symbols.back().Range.getEnd(); local
269 Buffer += getSourceText(SymbolsEnd, Reference.Range.getEnd());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp616 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); local
618 endCVSubsection(SymbolsEnd);
971 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); local
1000 endCVSubsection(SymbolsEnd);
1038 MCSymbol *SymbolsEnd = beginCVSubsection(DebugSubsectionKind::Symbols); local
1145 endCVSubsection(SymbolsEnd);

Completed in 124 milliseconds