Home
last modified time | relevance | path

Searched refs:LeastDerivedKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h345 ASTNodeKind *LeastDerivedKind = nullptr) const = 0;
354 ASTNodeKind *LeastDerivedKind) {
358 if (LeastDerivedKind)
359 *LeastDerivedKind = NodeKind;
409 ASTNodeKind *LeastDerivedKind) const override {
411 LeastDerivedKind);
574 ASTNodeKind *LeastDerivedKind) const override {
576 LeastDerivedKind);
599 ASTNodeKind *LeastDerivedKind) const override {
605 LeastDerivedKind)) {
[all …]
H A DRegistry.cpp719 ASTNodeKind LeastDerivedKind; in getMatcherCompletions() local
721 &LeastDerivedKind)) { in getMatcherCompletions()
724 RetKinds.insert(LeastDerivedKind); in getMatcherCompletions()
732 ASTNodeKind LeastDerivedKind; in getMatcherCompletions() local
734 &LeastDerivedKind)) { in getMatcherCompletions()
737 RetKinds.insert(LeastDerivedKind); in getMatcherCompletions()