Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DNestedNameSpecifier.cpp150 return TypeSpecWithTemplate; in getKind()
212 case TypeSpecWithTemplate: in isDependent()
234 case TypeSpecWithTemplate: in isInstantiationDependent()
253 case TypeSpecWithTemplate: in containsUnexpandedParameterPack()
291 case TypeSpecWithTemplate: in print()
359 case NestedNameSpecifier::TypeSpecWithTemplate: in getLocalDataLength()
424 case NestedNameSpecifier::TypeSpecWithTemplate: in getLocalSourceRange()
440 Qualifier->getKind() == NestedNameSpecifier::TypeSpecWithTemplate) && in getTypeLoc()
638 case NestedNameSpecifier::TypeSpecWithTemplate: { in MakeTrivial()
DItaniumMangle.cpp1111 case NestedNameSpecifier::TypeSpecWithTemplate: { in mangleUnresolvedPrefix()
1629 case NestedNameSpecifier::TypeSpecWithTemplate: in manglePrefix()
DASTImporter.cpp6264 case NestedNameSpecifier::TypeSpecWithTemplate: { in Import()
6268 NestedNameSpecifier::TypeSpecWithTemplate; in Import()
DASTContext.cpp4463 case NestedNameSpecifier::TypeSpecWithTemplate: { in getCanonicalNestedNameSpecifier()
/external/clang/lib/Index/
DIndexTypeSourceInfo.cpp181 case NestedNameSpecifier::TypeSpecWithTemplate: in indexNestedNameSpecifierLoc()
/external/clang/include/clang/AST/
DNestedNameSpecifier.h85 TypeSpecWithTemplate, enumerator
DRecursiveASTVisitor.h715 case NestedNameSpecifier::TypeSpecWithTemplate:
740 case NestedNameSpecifier::TypeSpecWithTemplate:
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp153 case NestedNameSpecifier::TypeSpecWithTemplate: { in computeDeclContext()
1042 case NestedNameSpecifier::TypeSpecWithTemplate: in ShouldEnterDeclaratorScope()
DSemaType.cpp4345 case NestedNameSpecifier::TypeSpecWithTemplate: in GetFullTypeForDeclarator()
5043 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitMemberPointerTypeLoc()
DSemaExprCXX.cpp57 case NestedNameSpecifier::TypeSpecWithTemplate: in getInheritingConstructorName()
352 case NestedNameSpecifier::TypeSpecWithTemplate: in checkLiteralOperatorId()
DSemaLookup.cpp3840 case NestedNameSpecifier::TypeSpecWithTemplate: in getNestedNameSpecifierIdentifiers()
DSemaTemplate.cpp4264 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifier()
DTreeTransform.h3486 case NestedNameSpecifier::TypeSpecWithTemplate: in TransformNestedNameSpecifierLoc()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp254 case NestedNameSpecifier::TypeSpecWithTemplate: { in getFullyQualifiedNestedNameSpecifier()
/external/clang/lib/Serialization/
DASTWriter.cpp5196 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifier()
5198 Record->push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate); in AddNestedNameSpecifier()
5247 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifierLoc()
5248 Record->push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate); in AddNestedNameSpecifierLoc()
DASTReader.cpp8053 case NestedNameSpecifier::TypeSpecWithTemplate: { in ReadNestedNameSpecifier()
8111 case NestedNameSpecifier::TypeSpecWithTemplate: { in ReadNestedNameSpecifierLoc()
DASTReaderDecl.cpp2600 case NestedNameSpecifier::TypeSpecWithTemplate: in isSameQualifier()
/external/clang/tools/libclang/
DCIndex.cpp1313 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifier()
1350 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifierLoc()