Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A 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()
622 case NestedNameSpecifier::TypeSpecWithTemplate: { in MakeTrivial()
H A DItaniumMangle.cpp836 case NestedNameSpecifier::TypeSpecWithTemplate: { in mangleUnresolvedPrefix()
1462 case NestedNameSpecifier::TypeSpecWithTemplate: in manglePrefix()
H A DASTImporter.cpp4806 case NestedNameSpecifier::TypeSpecWithTemplate: { in Import()
4810 NestedNameSpecifier::TypeSpecWithTemplate; in Import()
H A DASTContext.cpp4227 case NestedNameSpecifier::TypeSpecWithTemplate: { in getCanonicalNestedNameSpecifier()
/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexTypeSourceInfo.cpp145 case NestedNameSpecifier::TypeSpecWithTemplate: in indexNestedNameSpecifierLoc()
H A DCIndex.cpp1260 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifier()
1297 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifierLoc()
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DNestedNameSpecifier.h85 TypeSpecWithTemplate, enumerator
H A DRecursiveASTVisitor.h697 case NestedNameSpecifier::TypeSpecWithTemplate: in TraverseNestedNameSpecifier()
722 case NestedNameSpecifier::TypeSpecWithTemplate: in TraverseNestedNameSpecifierLoc()
H A DDataRecursiveASTVisitor.h631 case NestedNameSpecifier::TypeSpecWithTemplate: in TraverseNestedNameSpecifier()
656 case NestedNameSpecifier::TypeSpecWithTemplate: in TraverseNestedNameSpecifierLoc()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp143 case NestedNameSpecifier::TypeSpecWithTemplate: { in computeDeclContext()
989 case NestedNameSpecifier::TypeSpecWithTemplate: in ShouldEnterDeclaratorScope()
H A DSemaType.cpp3032 case NestedNameSpecifier::TypeSpecWithTemplate: in GetFullTypeForDeclarator()
3709 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitMemberPointerTypeLoc()
H A DSemaExprCXX.cpp58 case NestedNameSpecifier::TypeSpecWithTemplate: in getInheritingConstructorName()
350 case NestedNameSpecifier::TypeSpecWithTemplate: in checkLiteralOperatorId()
H A DSemaLookup.cpp3387 case NestedNameSpecifier::TypeSpecWithTemplate: in getNestedNameSpecifierIdentifiers()
H A DSemaTemplate.cpp4125 case NestedNameSpecifier::TypeSpecWithTemplate: in VisitNestedNameSpecifier()
H A DTreeTransform.h3169 case NestedNameSpecifier::TypeSpecWithTemplate: in TransformNestedNameSpecifierLoc()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5332 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifier()
5334 Record.push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate); in AddNestedNameSpecifier()
5384 case NestedNameSpecifier::TypeSpecWithTemplate: in AddNestedNameSpecifierLoc()
5385 Record.push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate); in AddNestedNameSpecifierLoc()
H A DASTReaderDecl.cpp2377 case NestedNameSpecifier::TypeSpecWithTemplate: in isSameQualifier()
H A DASTReader.cpp7959 case NestedNameSpecifier::TypeSpecWithTemplate: { in ReadNestedNameSpecifier()
8017 case NestedNameSpecifier::TypeSpecWithTemplate: { in ReadNestedNameSpecifierLoc()