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

/external/clang/include/clang/AST/
H A DASTTypeTraits.h230 return BaseConverter<T>::get(NodeKind, Storage.buffer);
238 return BaseConverter<T>::getUnchecked(NodeKind, Storage.buffer);
241 ASTNodeKind getNodeKind() const { return NodeKind; }
249 return NodeKind.hasPointerIdentity()
271 if (!NodeKind.isSame(Other.NodeKind))
272 return NodeKind < Other.NodeKind;
274 if (ASTNodeKind::getFromNodeKind<QualType>().isSame(NodeKind))
278 if (ASTNodeKind::getFromNodeKind<TypeLoc>().isSame(NodeKind)) {
372 get(ASTNodeKind NodeKind, const char Storage[]) argument
377 getUnchecked(ASTNodeKind NodeKind, const char Storage[]) argument
392 get(ASTNodeKind NodeKind, const char Storage[]) argument
397 getUnchecked(ASTNodeKind NodeKind, const char Storage[]) argument
412 get(ASTNodeKind NodeKind, const char Storage[]) argument
417 getUnchecked(ASTNodeKind NodeKind, const char Storage[]) argument
429 ASTNodeKind NodeKind; member in class:clang::ast_type_traits::DynTypedNode
489 get(ASTNodeKind NodeKind, const char Storage[]) argument
[all...]
/external/llvm/include/llvm/ADT/
H A DTwine.h80 /// NodeKind - Represent the type of an argument.
81 enum NodeKind : unsigned char {
158 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
159 NodeKind LHSKind;
160 /// RHSKind - The NodeKind of the right hand side, \see getRHSKind().
161 NodeKind RHSKind;
165 explicit Twine(NodeKind Kind)
179 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind)
239 /// Get the NodeKind o
[all...]
/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/clang/lib/AST/
H A DASTTypeTraits.cpp131 OS << "Unable to print values of type " << NodeKind.asStringRef() << "\n";
140 OS << "Unable to dump values of type " << NodeKind.asStringRef() << "\n";
/external/llvm/lib/Support/
H A DTwine.cpp52 NodeKind Kind) const {
99 NodeKind Kind) const {
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp163 ast_type_traits::ASTNodeKind NodeKind) {
164 return DynTypedMatcher(NodeKind, NodeKind, &*TrueMatcherInstance);
162 trueMatcher( ast_type_traits::ASTNodeKind NodeKind) argument
/external/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp55 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind);
56 return Matcher.canConvertTo(NodeKind);
75 return DynTypedMatcher::constructVariadic(Op, NodeKind, DynMatchers);
H A DMarshallers.h145 for (const ast_type_traits::ASTNodeKind &NodeKind : RetKinds) {
146 if (ArgKind(NodeKind).isConvertibleTo(Kind, Specificity)) {
148 *LeastDerivedKind = NodeKind;
/external/llvm/include/llvm/Support/
H A DYAMLParser.h107 enum NodeKind { enum in class:llvm::yaml::Node
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h288 /// \brief Get a "true" matcher for \p NodeKind.
291 static DynTypedMatcher trueMatcher(ast_type_traits::ASTNodeKind NodeKind);

Completed in 291 milliseconds