Home
last modified time | relevance | path

Searched refs:NKI_None (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DASTTypeTraits.cpp24 { NKI_None, "<None>" },
25 { NKI_None, "TemplateArgument" },
26 { NKI_None, "NestedNameSpecifierLoc" },
27 { NKI_None, "QualType" },
28 { NKI_None, "TypeLoc" },
29 { NKI_None, "CXXCtorInitializer" },
30 { NKI_None, "NestedNameSpecifier" },
31 { NKI_None, "Decl" },
34 { NKI_None, "Stmt" },
37 { NKI_None, "Type" },
[all …]
/external/clang/include/clang/AST/
DASTTypeTraits.h49 ASTNodeKind() : KindId(NKI_None) {} in ASTNodeKind()
66 return KindId != NKI_None && KindId == Other.KindId; in isSame()
70 bool isNone() const { return KindId == NKI_None; } in isNone()
122 NKI_None, enumerator
155 static const NodeKindId Id = NKI_None;