Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp436 return IsStructurallyEquivalent(NNS1->getAsIdentifier(), in IsStructurallyEquivalent()
437 NNS2->getAsIdentifier()); in IsStructurallyEquivalent()
H A DODRHash.cpp120 AddIdentifierInfo(NNS->getAsIdentifier()); in AddNestedNameSpecifier()
H A DItaniumMangle.cpp1354 mangleSourceName(qualifier->getAsIdentifier()); in mangleUnresolvedPrefix()
2063 mangleSourceName(qualifier->getAsIdentifier()); in manglePrefix()
H A DASTImporter.cpp9094 assert(FromNNS->getAsIdentifier() && "NNS should contain identifier."); in Import()
9096 Import(FromNNS->getAsIdentifier())); in Import()
9172 Builder.Extend(getToContext(), Spec->getAsIdentifier(), ToLocalBeginLoc, in Import()
H A DASTContext.cpp6372 if (X->getAsIdentifier() != Y->getAsIdentifier()) in isSameQualifier()
6713 NNS->getAsIdentifier()); in getCanonicalNestedNameSpecifier()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAbstractBasicWriter.h246 asImpl().writeIdentifier(NNS->getAsIdentifier()); in writeNestedNameSpecifier()
H A DNestedNameSpecifier.h176 IdentifierInfo *getAsIdentifier() const { in getAsIdentifier() function
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeuristicResolver.cpp241 NNS->getAsIdentifier(), TypeFilter)); in resolveNestedNameSpecifierToType()
H A DDumpAST.cpp275 return NNS.getAsIdentifier()->getName().str() + "::"; in getDetail()
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp101 Fragments.append(NNS->getAsIdentifier()->getName(), in getFragmentsForNNS()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp382 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(), in FindFirstQualifierInScope()
H A DSemaExprCXX.cpp68 assert(NNS->getAsIdentifier() == &Name && "not a constructor name"); in getInheritingConstructorName()
70 NNS->getAsIdentifier()); in getInheritingConstructorName()
H A DSemaLookup.cpp4503 II = NNS->getAsIdentifier(); in getNestedNameSpecifierIdentifiers()
H A DSemaType.cpp5524 NNS->getAsIdentifier()); in GetFullTypeForDeclarator()
H A DSemaCodeComplete.cpp5344 addType(NNS->getAsIdentifier()); in TraverseNestedNameSpecifierLoc()
H A DTreeTransform.h4137 Sema::NestedNameSpecInfo IdInfo(QNNS->getAsIdentifier(), in TransformNestedNameSpecifierLoc()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp5579 AddIdentifierRef(NNS.getNestedNameSpecifier()->getAsIdentifier()); in AddNestedNameSpecifierLoc()