Searched refs:getAsIdentifier (Results 1 – 18 of 18) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 78 Prefix->getAsIdentifier() == nullptr)) && in Create() 94 Prefix->getAsIdentifier() == nullptr)) && in Create() 259 OS << getAsIdentifier()->getName(); in print()
|
| H A D | ASTStructuralEquivalence.cpp | 436 return IsStructurallyEquivalent(NNS1->getAsIdentifier(), in IsStructurallyEquivalent() 437 NNS2->getAsIdentifier()); in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 120 AddIdentifierInfo(NNS->getAsIdentifier()); in AddNestedNameSpecifier()
|
| H A D | ItaniumMangle.cpp | 1354 mangleSourceName(qualifier->getAsIdentifier()); in mangleUnresolvedPrefix() 2063 mangleSourceName(qualifier->getAsIdentifier()); in manglePrefix()
|
| H A D | ASTImporter.cpp | 9094 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 D | ASTContext.cpp | 6372 if (X->getAsIdentifier() != Y->getAsIdentifier()) in isSameQualifier() 6713 NNS->getAsIdentifier()); in getCanonicalNestedNameSpecifier()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | AbstractBasicWriter.h | 246 asImpl().writeIdentifier(NNS->getAsIdentifier()); in writeNestedNameSpecifier()
|
| H A D | NestedNameSpecifier.h | 176 IdentifierInfo *getAsIdentifier() const { in getAsIdentifier() function
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | HeuristicResolver.cpp | 241 NNS->getAsIdentifier(), TypeFilter)); in resolveNestedNameSpecifierToType()
|
| H A D | DumpAST.cpp | 275 return NNS.getAsIdentifier()->getName().str() + "::"; in getDetail()
|
| /llvm-project-15.0.7/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 101 Fragments.append(NNS->getAsIdentifier()->getName(), in getFragmentsForNNS()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 382 LookupResult Found(*this, NNS->getAsIdentifier(), SourceLocation(), in FindFirstQualifierInScope()
|
| H A D | SemaExprCXX.cpp | 68 assert(NNS->getAsIdentifier() == &Name && "not a constructor name"); in getInheritingConstructorName() 70 NNS->getAsIdentifier()); in getInheritingConstructorName()
|
| H A D | SemaLookup.cpp | 4503 II = NNS->getAsIdentifier(); in getNestedNameSpecifierIdentifiers()
|
| H A D | SemaType.cpp | 5524 NNS->getAsIdentifier()); in GetFullTypeForDeclarator()
|
| H A D | SemaCodeComplete.cpp | 5344 addType(NNS->getAsIdentifier()); in TraverseNestedNameSpecifierLoc()
|
| H A D | TreeTransform.h | 4137 Sema::NestedNameSpecInfo IdInfo(QNNS->getAsIdentifier(), in TransformNestedNameSpecifierLoc()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 5579 AddIdentifierRef(NNS.getNestedNameSpecifier()->getAsIdentifier()); in AddNestedNameSpecifierLoc()
|