Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h65 LineState getInitialState(unsigned FirstIndent, unsigned FirstStartColumn,
H A DUnwrappedLineFormatter.cpp904 LineState State = Indenter->getInitialState(FirstIndent, FirstStartColumn, in formatLine()
931 Indenter->getInitialState(FirstIndent, FirstStartColumn, &Line, DryRun); in formatLine()
955 Indenter->getInitialState(FirstIndent, FirstStartColumn, &Line, DryRun); in formatLine()
H A DContinuationIndenter.cpp235 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() function in clang::format::ContinuationIndenter
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp106 InitState = ExprEng.getInitialState(L); in ExecuteWorkList()
H A DProgramState.cpp391 ProgramStateRef ProgramStateManager::getInitialState(const LocationContext *InitLoc) { in getInitialState() function in ProgramStateManager
H A DExprEngine.cpp232 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { in getInitialState() function in ExprEngine
233 ProgramStateRef state = StateMgr.getInitialState(InitLoc); in getInitialState()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h259 ProgramStateRef getInitialState(const LocationContext *InitLoc);
H A DProgramState.h504 ProgramStateRef getInitialState(const LocationContext *InitLoc);