Home
last modified time | relevance | path

Searched defs:Consume (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp77 void StringLexer::Consume() { m_position++; } in Consume() function in StringLexer
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h123 void Consume(DiagnosticManager &&other) { Consume() function
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp90 Consume) { in getOffsetAfterHeaderGuardsAndComments() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3351 auto Consume = [&] { isReplaceableGlobalAllocationFunction() local