Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp969 std::string LeftSide; in VisitVarDecl() local
970 llvm::raw_string_ostream LeftSideStream(LeftSide); in VisitVarDecl()
976 if (LeftSide[0] == ' ') { in VisitVarDecl()
978 LeftSide.erase(0, LeftSide.find_first_not_of(' ')); in VisitVarDecl()
984 Out << LeftSide; in VisitVarDecl()