Searched refs:QNNS (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp70 NestedNameSpecifier *QNNS = getFullyQualifiedNestedNameSpecifier( local
72 if (QNNS != NNS) {
74 NNS = QNNS;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h3769 NestedNameSpecifier *QNNS = Q.getNestedNameSpecifier(); local
3771 switch (QNNS->getKind()) {
3773 Sema::NestedNameSpecInfo IdInfo(QNNS->getAsIdentifier(),
3786 QNNS->getAsNamespace()));
3795 QNNS->getAsNamespaceAlias()));
3810 SourceLocation(), QNNS->getAsRecordDecl()));

Completed in 160 milliseconds