Searched refs:getInitialState (Results 1 – 9 of 9) sorted by relevance
48 virtual ProgramStateRef getInitialState(const LocationContext *InitLoc) = 0;
157 ProgramStateRef getInitialState(const LocationContext *InitLoc) override;
486 ProgramStateRef getInitialState(const LocationContext *InitLoc);
48 LineState getInitialState(unsigned FirstIndent, const AnnotatedLine *Line,
586 Indenter->getInitialState(FirstIndent, &Line, /*DryRun=*/false); in formatLine()611 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun); in formatLine()633 LineState State = Indenter->getInitialState(FirstIndent, &Line, DryRun); in formatLine()
76 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() function in clang::format::ContinuationIndenter
195 InitState = SubEng.getInitialState(L); in ExecuteWorkList()
364 ProgramStateRef ProgramStateManager::getInitialState(const LocationContext *InitLoc) { in getInitialState() function in ProgramStateManager
105 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { in getInitialState() function in ExprEngine106 ProgramStateRef state = StateMgr.getInitialState(InitLoc); in getInitialState()