Searched refs:NKI_None (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ASTTypeTraits.cpp | 24 { NKI_None, "<None>" }, 25 { NKI_None, "CXXCtorInitializer" }, 26 { NKI_None, "TemplateArgument" }, 27 { NKI_None, "NestedNameSpecifier" }, 28 { NKI_None, "NestedNameSpecifierLoc" }, 29 { NKI_None, "QualType" }, 30 { NKI_None, "TypeLoc" }, 31 { NKI_None, "Decl" }, 34 { NKI_None, "Stmt" }, 37 { NKI_None, "Type" }, [all …]
|
/external/clang/include/clang/AST/ |
D | ASTTypeTraits.h | 49 ASTNodeKind() : KindId(NKI_None) {} in ASTNodeKind() 68 bool isNone() const { return KindId == NKI_None; } in isNone() 120 NKI_None, enumerator 153 static const NodeKindId Id = NKI_None;
|