Home
last modified time | relevance | path

Searched defs:Beginning (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DBracesAroundStatement.cpp51 SourceLocation Beginning = Lexer::GetBeginningOfToken(Loc, SM, LangOpts); in getTokenKind() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DBracesAroundStatementsCheck.cpp23 SourceLocation Beginning = Lexer::GetBeginningOfToken(Loc, SM, LangOpts); in getTokenKind() local
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h363 enum class AddLocation { Beginning, End }; global() enumerator
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h243 bool Beginning; variable
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp575 Beginning, // start of the name in ParseFullNameImpl() enumerator
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp861 bool Beginning) { in addInsertPoint() argument