Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h65 LineState getInitialState(unsigned FirstIndent, unsigned FirstStartColumn,
H A DUnwrappedLineFormatter.cpp1044 LineState State = Indenter->getInitialState(FirstIndent, FirstStartColumn, in formatLine()
1071 Indenter->getInitialState(FirstIndent, FirstStartColumn, &Line, DryRun); in formatLine()
1095 Indenter->getInitialState(FirstIndent, FirstStartColumn, &Line, DryRun); in formatLine()
H A DContinuationIndenter.cpp236 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() function in clang::format::ContinuationIndenter
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DCallDescriptionTest.cpp73 const ProgramStateRef State = Eng.getInitialState(SFC); in performTest()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp396 ProgramStateRef ProgramStateManager::getInitialState(const LocationContext *InitLoc) { in getInitialState() function in ProgramStateManager
H A DCoreEngine.cpp115 InitState = ExprEng.getInitialState(L); in ExecuteWorkList()
H A DExprEngine.cpp236 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { in getInitialState() function in ExprEngine
237 ProgramStateRef state = StateMgr.getInitialState(InitLoc); in getInitialState()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h261 ProgramStateRef getInitialState(const LocationContext *InitLoc);
H A DProgramState.h542 ProgramStateRef getInitialState(const LocationContext *InitLoc);