LLVM API Documentation
#include "TGParser.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/TableGen/Record.h"
#include <algorithm>
#include <sstream>
Go to the source code of this file.
Classes | |
struct | llvm::SubClassReference |
struct | llvm::SubMultiClassReference |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
static bool | isObjectStart (tgtok::TokKind K) |
isObjectStart - Return true if this is a valid first token for an Object. |
static bool isObjectStart | ( | tgtok::TokKind | K | ) | [static] |
isObjectStart - Return true if this is a valid first token for an Object.
Definition at line 394 of file TGParser.cpp.
References llvm::tgtok::Class, llvm::tgtok::Def, llvm::tgtok::Defm, llvm::tgtok::Foreach, llvm::tgtok::Let, and llvm::tgtok::MultiClass.