Home
last modified time | relevance | path

Searched refs:addLine (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMacros.h187 void addLine(const UnwrappedLine &Line);
H A DMacroCallReconstructor.cpp52 void MacroCallReconstructor::addLine(const UnwrappedLine &Line) { in addLine() function in clang::format::MacroCallReconstructor
H A DUnwrappedLineParser.cpp4585 Reconstruct->addLine(*Line); in addUnwrappedLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h292 void addLine(uint32_t N) { in addLine() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp249 void addLine(uint32_t Line) { in addLine() function in __anon09913f2a0311::GCOVLines
856 Func.getBlock(&EntryBlock).getFile(Filename).addLine(Line); in emitProfileNotes()
885 Lines.addLine(Loc.getLine()); in emitProfileNotes()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp188 Block.addLine(line); in readGCNO()