Searched refs:Consume (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp59 Consume();
76 void StringLexer::Consume() { m_position++; } function in class:StringLexer
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringLexer.h51 void Consume();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc220 // Consume %[...] expression.
230 // Consume the closing ']'.
255 p = q + 1; // Consume the closing ']'.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp83 // \p Consume returns location after header guard or 0 if no header guard is
88 Consume) {
91 [&Consume](const SourceManager &SM, Lexer &Lex, Token Tok) {
94 return std::max(InitialOffset, Consume(SM, Lex, Tok));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3001 auto Consume = [&] { local
3013 Consume();
3019 Consume();
3033 Consume();

Completed in 98 milliseconds