Searched refs:getInitialState (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | ContinuationIndenter.h | 65 LineState getInitialState(unsigned FirstIndent, unsigned FirstStartColumn,
|
| H A D | UnwrappedLineFormatter.cpp | 1044 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 D | ContinuationIndenter.cpp | 236 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() function in clang::format::ContinuationIndenter
|
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | CallDescriptionTest.cpp | 73 const ProgramStateRef State = Eng.getInitialState(SFC); in performTest()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ProgramState.cpp | 396 ProgramStateRef ProgramStateManager::getInitialState(const LocationContext *InitLoc) { in getInitialState() function in ProgramStateManager
|
| H A D | CoreEngine.cpp | 115 InitState = ExprEng.getInitialState(L); in ExecuteWorkList()
|
| H A D | ExprEngine.cpp | 236 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 D | ExprEngine.h | 261 ProgramStateRef getInitialState(const LocationContext *InitLoc);
|
| H A D | ProgramState.h | 542 ProgramStateRef getInitialState(const LocationContext *InitLoc);
|