OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodeKind
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
ASTTypeTraits.h
161
return BaseConverter<T>::get(
NodeKind
, Storage.buffer);
183
if (!
NodeKind
.isSame(Other.
NodeKind
))
187
if (ASTNodeKind::getFromNodeKind<QualType>().isBaseOf(
NodeKind
)) {
204
static const T *get(ASTNodeKind
NodeKind
, const char Storage[]) {
205
if (ASTNodeKind::getFromNodeKind<BaseT>().isBaseOf(
NodeKind
))
211
Result.
NodeKind
= ASTNodeKind::getFromNodeKind<T>();
219
static const T *get(ASTNodeKind
NodeKind
, const char Storage[]) {
220
if (ASTNodeKind::getFromNodeKind<T>().isSame(
NodeKind
))
226
Result.
NodeKind
= ASTNodeKind::getFromNodeKind<T>()
[
all
...]
/external/llvm/include/llvm/ADT/
Twine.h
82
///
NodeKind
- Represent the type of an argument.
83
enum
NodeKind
{
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
) LHSKind;
[
all
...]
/external/llvm/lib/Support/
Twine.cpp
59
NodeKind
Kind) const {
103
NodeKind
Kind) const {
/external/llvm/include/llvm/Support/
YAMLParser.h
110
enum
NodeKind
{
Completed in 202 milliseconds