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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DQualTypeNames.cpp70 NestedNameSpecifier *QNNS = getFullyQualifiedNestedNameSpecifier( local
72 if (QNNS != NNS) {
74 NNS = QNNS;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h4046 NestedNameSpecifier *QNNS = Q.getNestedNameSpecifier(); local
4048 switch (QNNS->getKind()) {
4050 Sema::NestedNameSpecInfo IdInfo(QNNS->getAsIdentifier(),
4062 Q.getLocalBeginLoc(), QNNS->getAsNamespace()));
4070 Q.getLocalBeginLoc(), QNNS->getAsNamespaceAlias()));
4085 SourceLocation(), QNNS->getAsRecordDecl()));

Completed in 185 milliseconds