|
LLVM
3.7.0
|
#include "TGParser.h"#include "llvm/ADT/STLExtras.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 | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| static bool | isObjectStart (tgtok::TokKind K) |
| isObjectStart - Return true if this is a valid first token for an Object. More... | |
|
static |
isObjectStart - Return true if this is a valid first token for an Object.
Definition at line 365 of file TGParser.cpp.
References llvm::tgtok::Class, llvm::tgtok::Def, llvm::tgtok::Defm, llvm::tgtok::Foreach, llvm::tgtok::Let, and llvm::tgtok::MultiClass.
1.8.6