clang 20.0.0git
|
#include "clang/Frontend/LayoutOverrideSource.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/Basic/CharInfo.h"
#include "llvm/Support/raw_ostream.h"
#include <fstream>
#include <string>
Go to the source code of this file.
Functions | |
static std::string | parseName (StringRef S) |
Parse a simple identifier. | |
static bool | parseUnsigned (StringRef &S, unsigned long long &ULL) |
Parse an unsigned integer and move S to the next non-digit character. | |
|
static |
Parse a simple identifier.
Definition at line 19 of file LayoutOverrideSource.cpp.
References clang::isAsciiIdentifierContinue(), and clang::isAsciiIdentifierStart().
Referenced by clang::LayoutOverrideSource::LayoutOverrideSource().
Parse an unsigned integer and move S to the next non-digit character.
Definition at line 31 of file LayoutOverrideSource.cpp.
References clang::isDigit().
Referenced by clang::LayoutOverrideSource::LayoutOverrideSource().