Searched refs:getInitialState (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | ContinuationIndenter.h | 66 LineState getInitialState(unsigned FirstIndent, unsigned FirstStartColumn,
|
H A D | UnwrappedLineFormatter.cpp | 1066 LineState State = Indenter->getInitialState(FirstIndent, FirstStartColumn, in formatLine() 1093 Indenter->getInitialState(FirstIndent, FirstStartColumn, &Line, DryRun); in formatLine() 1117 Indenter->getInitialState(FirstIndent, FirstStartColumn, &Line, DryRun); in formatLine()
|
H A D | ContinuationIndenter.cpp | 237 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() function in clang::format::ContinuationIndenter
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 395 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 | 243 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { in getInitialState() function in ExprEngine 244 ProgramStateRef state = StateMgr.getInitialState(InitLoc); in getInitialState()
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 262 ProgramStateRef getInitialState(const LocationContext *InitLoc);
|
H A D | ProgramState.h | 544 ProgramStateRef getInitialState(const LocationContext *InitLoc);
|