Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DNestedNameSpecifier.cpp150 return TypeSpecWithTemplate; in getKind()
203 case TypeSpecWithTemplate: in isDependent()
225 case TypeSpecWithTemplate: in isInstantiationDependent()
244 case TypeSpecWithTemplate: in containsUnexpandedParameterPack()
282 case TypeSpecWithTemplate: in print()
345 case NestedNameSpecifier::TypeSpecWithTemplate: in getLocalDataLength()
410 case NestedNameSpecifier::TypeSpecWithTemplate: in getLocalSourceRange()
426 Qualifier->getKind() == NestedNameSpecifier::TypeSpecWithTemplate) && in getTypeLoc()
624 case NestedNameSpecifier::TypeSpecWithTemplate: { in MakeTrivial()
DItaniumMangle.cpp848 case NestedNameSpecifier::TypeSpecWithTemplate: { in mangleUnresolvedPrefix()
1319 case NestedNameSpecifier::TypeSpecWithTemplate: in manglePrefix()
DASTImporter.cpp5566 case NestedNameSpecifier::TypeSpecWithTemplate: { in Import()
5570 NestedNameSpecifier::TypeSpecWithTemplate; in Import()
DASTContext.cpp4409 case NestedNameSpecifier::TypeSpecWithTemplate: { in getCanonicalNestedNameSpecifier()
/external/clang/tools/libclang/
DIndexTypeSourceInfo.cpp145 case NestedNameSpecifier::TypeSpecWithTemplate: in indexNestedNameSpecifierLoc()
DCIndex.cpp1303 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifier()
1340 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifierLoc()
/external/clang/include/clang/AST/
DNestedNameSpecifier.h85 TypeSpecWithTemplate, enumerator
DRecursiveASTVisitor.h656 case NestedNameSpecifier::TypeSpecWithTemplate:
681 case NestedNameSpecifier::TypeSpecWithTemplate:
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp143 case NestedNameSpecifier::TypeSpecWithTemplate: { in computeDeclContext()
1012 case NestedNameSpecifier::TypeSpecWithTemplate: in ShouldEnterDeclaratorScope()
DSemaExprCXX.cpp57 case NestedNameSpecifier::TypeSpecWithTemplate: in getInheritingConstructorName()
352 case NestedNameSpecifier::TypeSpecWithTemplate: in checkLiteralOperatorId()
DSemaType.cpp4070 case NestedNameSpecifier::TypeSpecWithTemplate: in GetFullTypeForDeclarator()
4746 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitMemberPointerTypeLoc()
DSemaLookup.cpp3754 case NestedNameSpecifier::TypeSpecWithTemplate: in getNestedNameSpecifierIdentifiers()
DSemaTemplate.cpp4222 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifier()
DTreeTransform.h3380 case NestedNameSpecifier::TypeSpecWithTemplate: in TransformNestedNameSpecifierLoc()
/external/clang/lib/Serialization/
DASTWriter.cpp5158 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifier()
5160 Record.push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate); in AddNestedNameSpecifier()
5210 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifierLoc()
5211 Record.push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate); in AddNestedNameSpecifierLoc()
DASTReader.cpp7997 case NestedNameSpecifier::TypeSpecWithTemplate: { in ReadNestedNameSpecifier()
8055 case NestedNameSpecifier::TypeSpecWithTemplate: { in ReadNestedNameSpecifierLoc()
DASTReaderDecl.cpp2508 case NestedNameSpecifier::TypeSpecWithTemplate: in isSameQualifier()