Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h66 LineState getInitialState(unsigned FirstIndent, unsigned FirstStartColumn,
H A DUnwrappedLineFormatter.cpp1102 LineState State = Indenter->getInitialState(FirstIndent, FirstStartColumn, in formatLine()
1129 Indenter->getInitialState(FirstIndent, FirstStartColumn, &Line, DryRun); in formatLine()
1153 Indenter->getInitialState(FirstIndent, FirstStartColumn, &Line, DryRun); in formatLine()
H A DContinuationIndenter.cpp246 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() function in clang::format::ContinuationIndenter
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp394 ProgramStateRef ProgramStateManager::getInitialState(const LocationContext *InitLoc) { in getInitialState() function in ProgramStateManager
H A DCoreEngine.cpp115 InitState = ExprEng.getInitialState(L); in ExecuteWorkList()
H A DExprEngine.cpp244 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { in getInitialState() function in ExprEngine
245 ProgramStateRef state = StateMgr.getInitialState(InitLoc); in getInitialState()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h262 ProgramStateRef getInitialState(const LocationContext *InitLoc);
H A DProgramState.h544 ProgramStateRef getInitialState(const LocationContext *InitLoc);