Home
last modified time | relevance | path

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

/freebsd/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.cpp241 case NestedNameSpecifier::TypeSpecWithTemplate: { in getFullyQualifiedNestedNameSpecifier()
H A DODRHash.cpp132 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifier()
H A DASTStructuralEquivalence.cpp568 case NestedNameSpecifier::TypeSpecWithTemplate: in IsStructurallyEquivalent()
H A DTextNodeDumper.cpp926 case NestedNameSpecifier::TypeSpecWithTemplate: in dumpNestedNameSpecifier()
H A DItaniumMangle.cpp1379 case NestedNameSpecifier::TypeSpecWithTemplate: { in mangleUnresolvedPrefix()
2164 case NestedNameSpecifier::TypeSpecWithTemplate: in manglePrefix()
H A DASTImporter.cpp9709 case NestedNameSpecifier::TypeSpecWithTemplate: in Import()
9712 FromNNS->getKind() == NestedNameSpecifier::TypeSpecWithTemplate; in Import()
9773 case NestedNameSpecifier::TypeSpecWithTemplate: { in Import()
9779 if (Kind == NestedNameSpecifier::TypeSpecWithTemplate) in Import()
H A DASTContext.cpp6895 case NestedNameSpecifier::TypeSpecWithTemplate: in isSameQualifier()
7263 case NestedNameSpecifier::TypeSpecWithTemplate: { in getCanonicalNestedNameSpecifier()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h282 case NestedNameSpecifier::TypeSpecWithTemplate: in readNestedNameSpecifier()
284 kind == NestedNameSpecifier::TypeSpecWithTemplate, in readNestedNameSpecifier()
H A DAbstractBasicWriter.h263 case NestedNameSpecifier::TypeSpecWithTemplate: in writeNestedNameSpecifier()
H A DNestedNameSpecifier.h94 TypeSpecWithTemplate, enumerator
H A DRecursiveASTVisitor.h794 case NestedNameSpecifier::TypeSpecWithTemplate:
819 case NestedNameSpecifier::TypeSpecWithTemplate:
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp298 case NestedNameSpecifier::TypeSpecWithTemplate: in indexNestedNameSpecifierLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp150 case NestedNameSpecifier::TypeSpecWithTemplate: { in computeDeclContext()
1011 case NestedNameSpecifier::TypeSpecWithTemplate: in ShouldEnterDeclaratorScope()
H A DSemaExprCXX.cpp67 case NestedNameSpecifier::TypeSpecWithTemplate: in getInheritingConstructorName()
524 case NestedNameSpecifier::TypeSpecWithTemplate: in checkLiteralOperatorId()
H A DSemaType.cpp5307 case NestedNameSpecifier::TypeSpecWithTemplate: in GetFullTypeForDeclarator()
6099 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitMemberPointerTypeLoc()
H A DSemaLookup.cpp4477 case NestedNameSpecifier::TypeSpecWithTemplate: in getNestedNameSpecifierIdentifiers()
H A DSemaTemplate.cpp5885 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifier()
H A DTreeTransform.h4444 case NestedNameSpecifier::TypeSpecWithTemplate: in TransformNestedNameSpecifierLoc()
H A DSemaDecl.cpp6171 NestedNameSpecifier::TypeSpecWithTemplate) in diagnoseQualifiedDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp962 case NestedNameSpecifier::TypeSpecWithTemplate: in getNameSpecifierKind()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp252 case NestedNameSpecifier::TypeSpecWithTemplate: in getFragmentsForNNS()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6429 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifierLoc()
6430 Record->push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate); in AddNestedNameSpecifierLoc()
H A DASTReader.cpp9390 case NestedNameSpecifier::TypeSpecWithTemplate: { in readNestedNameSpecifierLoc()