Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp240 case NestedNameSpecifier::TypeSpecWithTemplate: { in getFullyQualifiedNestedNameSpecifier()
H A DODRHash.cpp132 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifier()
H A DASTStructuralEquivalence.cpp558 case NestedNameSpecifier::TypeSpecWithTemplate: in IsStructurallyEquivalent()
H A DTextNodeDumper.cpp812 case NestedNameSpecifier::TypeSpecWithTemplate: in dumpNestedNameSpecifier()
H A DItaniumMangle.cpp1378 case NestedNameSpecifier::TypeSpecWithTemplate: { in mangleUnresolvedPrefix()
2163 case NestedNameSpecifier::TypeSpecWithTemplate: in manglePrefix()
H A DASTImporter.cpp9615 case NestedNameSpecifier::TypeSpecWithTemplate: in Import()
9618 FromNNS->getKind() == NestedNameSpecifier::TypeSpecWithTemplate; in Import()
9679 case NestedNameSpecifier::TypeSpecWithTemplate: { in Import()
9685 if (Kind == NestedNameSpecifier::TypeSpecWithTemplate) in Import()
H A DASTContext.cpp6446 case NestedNameSpecifier::TypeSpecWithTemplate: in isSameQualifier()
6814 case NestedNameSpecifier::TypeSpecWithTemplate: { in getCanonicalNestedNameSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h273 case NestedNameSpecifier::TypeSpecWithTemplate: in readNestedNameSpecifier()
275 kind == NestedNameSpecifier::TypeSpecWithTemplate, in readNestedNameSpecifier()
H A DAbstractBasicWriter.h255 case NestedNameSpecifier::TypeSpecWithTemplate: in writeNestedNameSpecifier()
H A DNestedNameSpecifier.h94 TypeSpecWithTemplate, enumerator
H A DRecursiveASTVisitor.h773 case NestedNameSpecifier::TypeSpecWithTemplate:
798 case NestedNameSpecifier::TypeSpecWithTemplate:
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp298 case NestedNameSpecifier::TypeSpecWithTemplate: in indexNestedNameSpecifierLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp170 case NestedNameSpecifier::TypeSpecWithTemplate: { in computeDeclContext()
1051 case NestedNameSpecifier::TypeSpecWithTemplate: in ShouldEnterDeclaratorScope()
H A DSemaExprCXX.cpp67 case NestedNameSpecifier::TypeSpecWithTemplate: in getInheritingConstructorName()
525 case NestedNameSpecifier::TypeSpecWithTemplate: in checkLiteralOperatorId()
H A DSemaType.cpp5739 case NestedNameSpecifier::TypeSpecWithTemplate: in GetFullTypeForDeclarator()
6510 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitMemberPointerTypeLoc()
H A DSemaLookup.cpp4546 case NestedNameSpecifier::TypeSpecWithTemplate: in getNestedNameSpecifierIdentifiers()
H A DSemaTemplate.cpp6603 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifier()
H A DTreeTransform.h4361 case NestedNameSpecifier::TypeSpecWithTemplate: in TransformNestedNameSpecifierLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp228 case NestedNameSpecifier::TypeSpecWithTemplate: in getFragmentsForNNS()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp961 case NestedNameSpecifier::TypeSpecWithTemplate: in getNameSpecifierKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5870 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifierLoc()
5871 Record->push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate); in AddNestedNameSpecifierLoc()
H A DASTReader.cpp9276 case NestedNameSpecifier::TypeSpecWithTemplate: { in readNestedNameSpecifierLoc()