HomeSort by relevance Sort by last modified time
    Searched refs:NKI_None (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
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/
ASTTypeTraits.h 49 ASTNodeKind() : KindId(NKI_None) {}
68 bool isNone() const { return KindId == NKI_None; }
114 NKI_None,
146 static const NodeKindId Id = NKI_None;

Completed in 44 milliseconds