Searched refs:NodeKind (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DTwine.h82 /// NodeKind - Represent the type of an argument.
83 enum NodeKind { enum in class:llvm::Twine
158 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
160 /// RHSKind - The NodeKind of the left hand side, \see getLHSKind().
165 explicit Twine(NodeKind Kind)
179 explicit Twine(Child _LHS, NodeKind _LHSKind,
180 Child _RHS, NodeKind _RHSKind)
236 /// getLHSKind - Get the NodeKind of the left-hand side.
237 NodeKind getLHSKind() const { return (NodeKind) LHSKin
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DTwine.cpp59 NodeKind Kind) const {
103 NodeKind Kind) const {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DYAMLParser.h107 enum NodeKind { enum in class:llvm::yaml::Node

Completed in 165 milliseconds