Home
last modified time | relevance | path

Searched refs:BeforeStart (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp70 SourceLocation BeforeStart = Start.getLocWithOffset(-1); in findPreviousTokenStart() local
71 if (BeforeStart.isInvalid() || BeforeStart.isMacroID()) in findPreviousTokenStart()
74 return Lexer::GetBeginningOfToken(BeforeStart, SM, LangOpts); in findPreviousTokenStart()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4448 BeforeStart = 1, enumerator
4450 BeforeStartAndExit = BeforeStart | BeforeExit
9693 config.waitForKeypress = WaitForKeypress::BeforeStart; in makeCommandLineParser()
13277 if( ( m_configData.waitForKeypress & WaitForKeypress::BeforeStart ) != 0 ) { in run()