clang API Documentation
#include "clang/Frontend/LayoutOverrideSource.h"
#include "clang/AST/Decl.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 std::string parseName | ( | StringRef | S | ) | [static] |
Parse a simple identifier.
Definition at line 19 of file LayoutOverrideSource.cpp.
References clang::isIdentifierBody(), and clang::isIdentifierHead().
Referenced by clang::LayoutOverrideSource::LayoutOverrideSource().