Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DNestedNameSpecifier.cpp135 return TypeSpecWithTemplate; in getKind()
174 case TypeSpecWithTemplate: in isDependent()
195 case TypeSpecWithTemplate: in isInstantiationDependent()
213 case TypeSpecWithTemplate: in containsUnexpandedParameterPack()
247 case TypeSpecWithTemplate: in print()
309 case NestedNameSpecifier::TypeSpecWithTemplate: in getLocalDataLength()
373 case NestedNameSpecifier::TypeSpecWithTemplate: in getLocalSourceRange()
389 Qualifier->getKind() == NestedNameSpecifier::TypeSpecWithTemplate) && in getTypeLoc()
579 case NestedNameSpecifier::TypeSpecWithTemplate: { in MakeTrivial()
DItaniumMangle.cpp843 case NestedNameSpecifier::TypeSpecWithTemplate: { in mangleUnresolvedPrefix()
1476 case NestedNameSpecifier::TypeSpecWithTemplate: in manglePrefix()
DASTImporter.cpp4777 case NestedNameSpecifier::TypeSpecWithTemplate: { in Import()
4781 NestedNameSpecifier::TypeSpecWithTemplate; in Import()
DASTContext.cpp4079 case NestedNameSpecifier::TypeSpecWithTemplate: { in getCanonicalNestedNameSpecifier()
/external/clang/tools/libclang/
DIndexTypeSourceInfo.cpp144 case NestedNameSpecifier::TypeSpecWithTemplate: in indexNestedNameSpecifierLoc()
DRecursiveASTVisitor.h593 case NestedNameSpecifier::TypeSpecWithTemplate: in TraverseNestedNameSpecifier()
617 case NestedNameSpecifier::TypeSpecWithTemplate: in TraverseNestedNameSpecifierLoc()
DCIndex.cpp1257 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifier()
1293 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifierLoc()
/external/clang/include/clang/AST/
DNestedNameSpecifier.h84 TypeSpecWithTemplate, enumerator
DRecursiveASTVisitor.h659 case NestedNameSpecifier::TypeSpecWithTemplate: in TraverseNestedNameSpecifier()
683 case NestedNameSpecifier::TypeSpecWithTemplate: in TraverseNestedNameSpecifierLoc()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp143 case NestedNameSpecifier::TypeSpecWithTemplate: { in computeDeclContext()
894 case NestedNameSpecifier::TypeSpecWithTemplate: in ShouldEnterDeclaratorScope()
DSemaType.cpp2968 case NestedNameSpecifier::TypeSpecWithTemplate: in GetFullTypeForDeclarator()
3620 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitMemberPointerTypeLoc()
DSemaLookup.cpp3452 case NestedNameSpecifier::TypeSpecWithTemplate: in getNestedNameSpecifierIdentifiers()
DSemaExprCXX.cpp54 case NestedNameSpecifier::TypeSpecWithTemplate: in getInheritingConstructorName()
DSemaTemplate.cpp3979 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifier()
DTreeTransform.h2906 case NestedNameSpecifier::TypeSpecWithTemplate: in TransformNestedNameSpecifierLoc()
/external/clang/lib/Serialization/
DASTWriter.cpp4762 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifier()
4764 Record.push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate); in AddNestedNameSpecifier()
4810 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifierLoc()
4811 Record.push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate); in AddNestedNameSpecifierLoc()
DASTReader.cpp7078 case NestedNameSpecifier::TypeSpecWithTemplate: { in ReadNestedNameSpecifier()
7130 case NestedNameSpecifier::TypeSpecWithTemplate: { in ReadNestedNameSpecifierLoc()