Home
last modified time | relevance | path

Searched refs:TypeSpecWithTemplate (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/clang/lib/AST/
H A DNestedNameSpecifier.cpp162 return TypeSpecWithTemplate; in getKind()
228 case TypeSpecWithTemplate: in getDependence()
280 case TypeSpecWithTemplate: in print()
375 case NestedNameSpecifier::TypeSpecWithTemplate: in getLocalDataLength()
439 case NestedNameSpecifier::TypeSpecWithTemplate: in getLocalSourceRange()
455 Qualifier->getKind() != NestedNameSpecifier::TypeSpecWithTemplate) in getTypeLoc()
652 case NestedNameSpecifier::TypeSpecWithTemplate: { in MakeTrivial()
H A DQualTypeNames.cpp242 case NestedNameSpecifier::TypeSpecWithTemplate: { in getFullyQualifiedNestedNameSpecifier()
H A DODRHash.cpp129 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifier()
H A DASTStructuralEquivalence.cpp445 case NestedNameSpecifier::TypeSpecWithTemplate: in IsStructurallyEquivalent()
H A DItaniumMangle.cpp1324 case NestedNameSpecifier::TypeSpecWithTemplate: { in mangleUnresolvedPrefix()
2047 case NestedNameSpecifier::TypeSpecWithTemplate: in manglePrefix()
H A DASTImporter.cpp9123 case NestedNameSpecifier::TypeSpecWithTemplate: in Import()
9126 FromNNS->getKind() == NestedNameSpecifier::TypeSpecWithTemplate; in Import()
9187 case NestedNameSpecifier::TypeSpecWithTemplate: { in Import()
9193 if (Kind == NestedNameSpecifier::TypeSpecWithTemplate) in Import()
H A DASTContext.cpp6380 case NestedNameSpecifier::TypeSpecWithTemplate: in isSameQualifier()
6731 case NestedNameSpecifier::TypeSpecWithTemplate: { in getCanonicalNestedNameSpecifier()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAbstractBasicReader.h272 case NestedNameSpecifier::TypeSpecWithTemplate: in readNestedNameSpecifier()
274 kind == NestedNameSpecifier::TypeSpecWithTemplate, in readNestedNameSpecifier()
H A DAbstractBasicWriter.h258 case NestedNameSpecifier::TypeSpecWithTemplate: in writeNestedNameSpecifier()
H A DNestedNameSpecifier.h94 TypeSpecWithTemplate, enumerator
H A DRecursiveASTVisitor.h795 case NestedNameSpecifier::TypeSpecWithTemplate:
820 case NestedNameSpecifier::TypeSpecWithTemplate:
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeuristicResolver.cpp236 case NestedNameSpecifier::TypeSpecWithTemplate: in resolveNestedNameSpecifierToType()
H A DDumpAST.cpp158 NNS_KIND(TypeSpecWithTemplate); in getKind()
H A DFindTarget.cpp485 case NestedNameSpecifier::TypeSpecWithTemplate: in add()
H A DCodeComplete.cpp1339 case NestedNameSpecifier::TypeSpecWithTemplate: in allowIndex()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp298 case NestedNameSpecifier::TypeSpecWithTemplate: in indexNestedNameSpecifierLoc()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp151 case NestedNameSpecifier::TypeSpecWithTemplate: { in computeDeclContext()
1076 case NestedNameSpecifier::TypeSpecWithTemplate: in ShouldEnterDeclaratorScope()
H A DSemaExprCXX.cpp61 case NestedNameSpecifier::TypeSpecWithTemplate: in getInheritingConstructorName()
516 case NestedNameSpecifier::TypeSpecWithTemplate: in checkLiteralOperatorId()
H A DSemaType.cpp5534 case NestedNameSpecifier::TypeSpecWithTemplate: in GetFullTypeForDeclarator()
6262 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitMemberPointerTypeLoc()
H A DSemaLookup.cpp4516 case NestedNameSpecifier::TypeSpecWithTemplate: in getNestedNameSpecifierIdentifiers()
H A DSemaTemplate.cpp6262 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifier()
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp134 case NestedNameSpecifier::TypeSpecWithTemplate: in getFragmentsForNNS()
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp961 case NestedNameSpecifier::TypeSpecWithTemplate: in getNameSpecifierKind()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp5594 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifierLoc()
5595 Record->push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate); in AddNestedNameSpecifierLoc()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1450 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifier()
1485 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifierLoc()

12