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

/external/clang/include/clang/AST/
H A DASTTypeTraits.h36 class ASTNodeKind { class in namespace:clang::ast_type_traits
39 ASTNodeKind() : KindId(NKI_None) {} function in class:clang::ast_type_traits::ASTNodeKind
43 static ASTNodeKind getFromNodeKind() {
44 return ASTNodeKind(KindToKindId<T>::Id);
48 bool isSame(ASTNodeKind Other) const;
51 bool isBaseOf(ASTNodeKind Other) const;
81 ASTNodeKind(NodeKindId KindId) : KindId(KindId) {} function in class:clang::ast_type_traits::ASTNodeKind
107 template <> struct ASTNodeKind::KindToKindId<Class> { \
136 /// See \c ASTNodeKind for which node base types are currently supported;
187 if (ASTNodeKind
[all...]

Completed in 104 milliseconds