Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.h66 LineState getInitialState(unsigned FirstIndent, unsigned FirstStartColumn,
H A DUnwrappedLineFormatter.cpp1066 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 DContinuationIndenter.cpp237 LineState ContinuationIndenter::getInitialState(unsigned FirstIndent, in getInitialState() function in clang::format::ContinuationIndenter
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp395 ProgramStateRef ProgramStateManager::getInitialState(const LocationContext *InitLoc) { in getInitialState() function in ProgramStateManager
H A DCoreEngine.cpp115 InitState = ExprEng.getInitialState(L); in ExecuteWorkList()
H A DExprEngine.cpp243 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 DExprEngine.h262 ProgramStateRef getInitialState(const LocationContext *InitLoc);
H A DProgramState.h544 ProgramStateRef getInitialState(const LocationContext *InitLoc);