Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
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()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
DParser.cpp530 ASTNodeKind NK = S->nodeMatcherType(*MappedMatcher); in parseMatcherBuilder() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp4405 NullabilityKind NK) { in createNullabilityAttr()