Searched defs:Beginning (Results 1 – 6 of 6) sorted by relevance
51 SourceLocation Beginning = Lexer::GetBeginningOfToken(Loc, SM, LangOpts); in getTokenKind() local
23 SourceLocation Beginning = Lexer::GetBeginningOfToken(Loc, SM, LangOpts); in getTokenKind() local
363 enum class AddLocation { Beginning, End }; global() enumerator
243 bool Beginning; variable
575 Beginning, // start of the name in ParseFullNameImpl() enumerator
861 bool Beginning) { in addInsertPoint() argument