Home
last modified time | relevance | path

Searched refs:getAsIdentifier (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp78 Prefix->getAsIdentifier() == nullptr)) && in Create()
94 Prefix->getAsIdentifier() == nullptr)) && in Create()
259 OS << getAsIdentifier()->getName(); in print()
H A DASTStructuralEquivalence.cpp559 return IsStructurallyEquivalent(NNS1->getAsIdentifier(), in IsStructurallyEquivalent()
560 NNS2->getAsIdentifier()); in IsStructurallyEquivalent()
H A DODRHash.cpp123 AddIdentifierInfo(NNS->getAsIdentifier()); in AddNestedNameSpecifier()
H A DTextNodeDumper.cpp912 OS << " '" << NNS->getAsIdentifier()->getName() << "'"; in dumpNestedNameSpecifier()
H A DItaniumMangle.cpp1409 mangleSourceName(qualifier->getAsIdentifier()); in mangleUnresolvedPrefix()
2179 mangleSourceName(qualifier->getAsIdentifier()); in manglePrefix()
H A DASTImporter.cpp9680 assert(FromNNS->getAsIdentifier() && "NNS should contain identifier."); in Import()
9682 Import(FromNNS->getAsIdentifier())); in Import()
9758 Builder.Extend(getToContext(), Spec->getAsIdentifier(), ToLocalBeginLoc, in Import()
H A DASTContext.cpp6887 if (X->getAsIdentifier() != Y->getAsIdentifier()) in isSameQualifier()
7245 NNS->getAsIdentifier()); in getCanonicalNestedNameSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h251 asImpl().writeIdentifier(NNS->getAsIdentifier()); in writeNestedNameSpecifier()
H A DNestedNameSpecifier.h176 IdentifierInfo *getAsIdentifier() const { in getAsIdentifier() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp369 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(), in FindFirstQualifierInScope()
H A DSemaExprCXX.cpp74 assert(NNS->getAsIdentifier() == &Name && "not a constructor name"); in getInheritingConstructorName()
76 ElaboratedTypeKeyword::None, NNS->getPrefix(), NNS->getAsIdentifier()); in getInheritingConstructorName()
H A DSemaLookup.cpp4464 II = NNS->getAsIdentifier(); in getNestedNameSpecifierIdentifiers()
H A DSemaType.cpp5297 ElaboratedTypeKeyword::None, NNSPrefix, NNS->getAsIdentifier()); in GetFullTypeForDeclarator()
H A DSemaCodeComplete.cpp5479 addType(NNS->getAsIdentifier()); in TraverseNestedNameSpecifierLoc()
H A DTreeTransform.h4404 Sema::NestedNameSpecInfo IdInfo(QNNS->getAsIdentifier(), in TransformNestedNameSpecifierLoc()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp218 Fragments.append(NNS->getAsIdentifier()->getName(), in getFragmentsForNNS()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6414 AddIdentifierRef(NNS.getNestedNameSpecifier()->getAsIdentifier()); in AddNestedNameSpecifierLoc()