Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DASTTypeTraits.cpp24 { NKI_None, "<None>" },
25 { NKI_None, "TemplateArgument" },
26 { NKI_None, "TemplateArgumentLoc" },
27 { NKI_None, "TemplateName" },
28 { NKI_None, "NestedNameSpecifierLoc" },
29 { NKI_None, "QualType" },
30 { NKI_None, "TypeLoc" },
31 { NKI_None, "CXXBaseSpecifier" },
32 { NKI_None, "CXXCtorInitializer" },
33 { NKI_None, "NestedNameSpecifier" },
[all …]
/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;
/external/llvm-project/clang/include/clang/AST/
DASTTypeTraits.h55 ASTNodeKind() : KindId(NKI_None) {} in ASTNodeKind()
73 return KindId != NKI_None && KindId == Other.KindId; in isSame()
77 bool isNone() const { return KindId == NKI_None; } in isNone()
129 NKI_None, enumerator
168 static const NodeKindId Id = NKI_None;