HomeSort by relevance Sort by last modified time
    Searched defs:NodeKind (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
ASTTypeTraits.h 184 return BaseConverter<T>::get(NodeKind, Storage.buffer);
215 if (!NodeKind.isBaseOf(Other.NodeKind) &&
216 !Other.NodeKind.isBaseOf(NodeKind))
220 if (ASTNodeKind::getFromNodeKind<QualType>().isBaseOf(NodeKind)) {
237 static const T *get(ASTNodeKind NodeKind, const char Storage[]) {
238 if (ASTNodeKind::getFromNodeKind<BaseT>().isBaseOf(NodeKind))
244 Result.NodeKind = ASTNodeKind::getFromNodeKind<T>();
252 static const T *get(ASTNodeKind NodeKind, const char Storage[])
    [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)
240 /// getLHSKind - Get the NodeKind of the left-hand side.
241 NodeKind getLHSKind() const { return (NodeKind) LHSKind;
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 109 enum NodeKind {

Completed in 796 milliseconds