Searched defs:NodeKind (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h96 MatcherOps(ast_type_traits::ASTNodeKind NodeKind) : NodeKind(NodeKind) {} argument
117 ast_type_traits::ASTNodeKind NodeKind; member in class:clang::ast_matchers::dynamic::VariantMatcher::MatcherOps
/external/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.h126 enum NodeKind { enum in class:google::protobuf::util::converter::DefaultValueObjectWriter
137 Node(const string& name, const google::protobuf::Type* type, NodeKind kind,
171 NodeKind kind() const { return kind_; }
199 NodeKind kind_;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DTwine.h81 /// NodeKind - Represent the type of an argument.
82 enum NodeKind { enum in class:llvm::Twine
157 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
159 /// RHSKind - The NodeKind of the left hand side, \see getLHSKind().
164 explicit Twine(NodeKind Kind)
178 explicit Twine(Child _LHS, NodeKind _LHSKind,
179 Child _RHS, NodeKind _RHSKind)
235 /// getLHSKind - Get the NodeKind of the left-hand side.
236 NodeKind getLHSKind() const { return (NodeKind) LHSKin
[all...]
/external/clang/include/clang/AST/
H A DASTTypeTraits.h232 return BaseConverter<T>::get(NodeKind, Storage.buffer);
240 return BaseConverter<T>::getUnchecked(NodeKind, Storage.buffer);
243 ASTNodeKind getNodeKind() const { return NodeKind; }
251 return NodeKind.hasPointerIdentity()
273 if (!NodeKind.isSame(Other.NodeKind))
274 return NodeKind < Other.NodeKind;
276 if (ASTNodeKind::getFromNodeKind<QualType>().isSame(NodeKind))
280 if (ASTNodeKind::getFromNodeKind<TypeLoc>().isSame(NodeKind)) {
374 get(ASTNodeKind NodeKind, const char Storage[]) argument
379 getUnchecked(ASTNodeKind NodeKind, const char Storage[]) argument
394 get(ASTNodeKind NodeKind, const char Storage[]) argument
399 getUnchecked(ASTNodeKind NodeKind, const char Storage[]) argument
414 get(ASTNodeKind NodeKind, const char Storage[]) argument
419 getUnchecked(ASTNodeKind NodeKind, const char Storage[]) argument
431 ASTNodeKind NodeKind; member in class:clang::ast_type_traits::DynTypedNode
491 get(ASTNodeKind NodeKind, const char Storage[]) argument
[all...]
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp164 ast_type_traits::ASTNodeKind NodeKind) {
165 return DynTypedMatcher(NodeKind, NodeKind, &*TrueMatcherInstance);
163 trueMatcher( ast_type_traits::ASTNodeKind NodeKind) argument
/external/llvm/include/llvm/Support/
H A DYAMLParser.h106 enum NodeKind { enum in class:llvm::yaml::Node
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLParser.h109 enum NodeKind { enum in class:llvm::yaml::Node

Completed in 2371 milliseconds