clang: lib/Frontend/LayoutOverrideSource.cpp File Reference (original) (raw)
#include "[clang/Frontend/LayoutOverrideSource.h](LayoutOverrideSource%5F8h%5Fsource.html)"
#include "[clang/AST/Decl.h](Decl%5F8h%5Fsource.html)"
#include "[clang/AST/DeclCXX.h](DeclCXX%5F8h%5Fsource.html)"
#include "[clang/Basic/CharInfo.h](CharInfo%5F8h%5Fsource.html)"
#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. |
|
|
◆ parseName()
static std::string parseName ( StringRef S) |
static |
◆ parseUnsigned()
static bool parseUnsigned ( StringRef & S, unsigned long long & ULL ) |
static |