Home
last modified time | relevance | path

Searched defs:addLine (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDMacroCallReconstructor.cpp52 void MacroCallReconstructor::addLine(const UnwrappedLine &Line) { in addLine() function in clang::format::MacroCallReconstructor
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDGCOV.h283 void addLine(uint32_t N) { lines.push_back(N); } in addLine() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDGCOVProfiling.cpp243 void addLine(uint32_t Line) { in addLine() function in __anone998d3c40311::GCOVLines