Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp52 void MacroCallReconstructor::addLine(const UnwrappedLine &Line) { in addLine() function in clang::format::MacroCallReconstructor
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h283 void addLine(uint32_t N) { lines.push_back(N); } in addLine() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp243 void addLine(uint32_t Line) { in addLine() function in __anon09913f2a0311::GCOVLines