Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h85 void moveStatePastScopeOpener(LineState &State, bool Newline);
DContinuationIndenter.cpp792 moveStatePastScopeOpener(State, Newline); in moveStateToNextToken()
916 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener() function in clang::format::ContinuationIndenter
/external/llvm-project/clang/lib/Format/
DContinuationIndenter.h102 void moveStatePastScopeOpener(LineState &State, bool Newline);
DContinuationIndenter.cpp1290 moveStatePastScopeOpener(State, Newline); in moveStateToNextToken()
1430 void ContinuationIndenter::moveStatePastScopeOpener(LineState &State, in moveStatePastScopeOpener() function in clang::format::ContinuationIndenter