clang API Documentation

Functions
LayoutOverrideSource.cpp File Reference
#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>
Include dependency graph for LayoutOverrideSource.cpp:

Go to the source code of this file.

Functions

static std::string parseName (StringRef S)
 Parse a simple identifier.

Function Documentation

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().