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

/external/clang/include/clang/AST/
H A DASTTypeTraits.h184 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[]) { argument
238 if (ASTNodeKind::getFromNodeKind<BaseT>().isBaseOf(NodeKind))
244 Result.NodeKind = ASTNodeKind::getFromNodeKind<T>();
252 static const T *get(ASTNodeKind NodeKind, cons argument
267 get(ASTNodeKind NodeKind, const char Storage[]) argument
280 ASTNodeKind NodeKind; member in class:clang::ast_type_traits::DynTypedNode
343 get(ASTNodeKind NodeKind, const char Storage[]) argument
[all...]
/external/llvm/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)
240 /// getLHSKind - Get the NodeKind of the left-hand side.
241 NodeKind getLHSKind() const { return (NodeKind) LHSKin
[all...]
/external/clang/lib/AST/
H A DASTTypeTraits.cpp84 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/
H A DTwine.cpp59 NodeKind Kind) const {
103 NodeKind Kind) const {
/external/llvm/include/llvm/Support/
H A DYAMLParser.h109 enum NodeKind { enum in class:llvm::yaml::Node

Completed in 5304 milliseconds