Home
last modified time | relevance | path

Searched defs:NK (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h85 ArgKind(Kind K, ASTNodeKind NK) : K(K), NodeKind(NK) {} in ArgKind()
189 bool hasTypedMatcher(ASTNodeKind NK) const { in hasTypedMatcher()
217 DynTypedMatcher getTypedMatcher(ASTNodeKind NK) const { in getTypedMatcher()
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp530 ASTNodeKind NK = S->nodeMatcherType(*MappedMatcher); in parseMatcherBuilder() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4372 NullabilityKind NK) { in createNullabilityAttr()