HomeSort by relevance Sort by last modified time
    Searched refs:NodeKind (Results 1 - 5 of 5) 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/clang/lib/AST/
ASTTypeTraits.cpp 84 OS << "Unable to print values of type " << NodeKind.asStringRef() << "\n";
93 OS << "Unable to dump values of type " << NodeKind.asStringRef() << "\n";
  /external/llvm/lib/Support/
Twine.cpp 59 NodeKind Kind) const {
103 NodeKind Kind) const {
  /external/llvm/include/llvm/Support/
YAMLParser.h 109 enum NodeKind {

Completed in 93 milliseconds