Home
last modified time | relevance | path

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

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