LLDB mainline
AppleObjCTypeEncodingParser.cpp File Reference
#include "AppleObjCTypeEncodingParser.h"
#include "Plugins/ExpressionParser/Clang/ClangUtil.h"
#include "Plugins/TypeSystem/Clang/TypeSystemClang.h"
#include "lldb/Symbol/CompilerType.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Target.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "clang/Basic/TargetInfo.h"
#include <optional>
#include <vector>

Go to the source code of this file.

Functions

static char popChar (llvm::StringRef &str)
static bool consumeChar (llvm::StringRef &str, char c)

Function Documentation

◆ consumeChar()

◆ popChar()