Searched defs:Consume (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/Utility/ | ||
H A D | StringLexer.cpp | 77 void StringLexer::Consume() { m_position++; } in Consume() function in StringLexer |
/llvm-project/lldb/include/lldb/Expression/ | ||
H A D | DiagnosticManager.h | 117 void Consume(DiagnosticManager &&other) { Consume() function |
/llvm-project/clang/lib/Tooling/Inclusions/ | ||
H A D | HeaderIncludes.cpp | 90 Consume) { in getOffsetAfterHeaderGuardsAndComments() argument |
/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 3384 auto Consume = [&] { isReplaceableGlobalAllocationFunction() local |