Searched refs:TypeSpecWithTemplate (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DNestedNameSpecifier.cpp135 return TypeSpecWithTemplate;
174 case TypeSpecWithTemplate:
195 case TypeSpecWithTemplate:
213 case TypeSpecWithTemplate:
247 case TypeSpecWithTemplate:
309 case NestedNameSpecifier::TypeSpecWithTemplate:
373 case NestedNameSpecifier::TypeSpecWithTemplate:
389 Qualifier->getKind() == NestedNameSpecifier::TypeSpecWithTemplate) &&
578 case NestedNameSpecifier::TypeSpecWithTemplate: {
H A DItaniumMangle.cpp816 case NestedNameSpecifier::TypeSpecWithTemplate: {
1454 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DASTImporter.cpp4785 case NestedNameSpecifier::TypeSpecWithTemplate: {
4789 NestedNameSpecifier::TypeSpecWithTemplate;
H A DASTContext.cpp4090 case NestedNameSpecifier::TypeSpecWithTemplate: {
4105 // FIXME: Why are TypeSpec and TypeSpecWithTemplate distinct in the
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DNestedNameSpecifier.h84 TypeSpecWithTemplate, enumerator in enum:clang::NestedNameSpecifier::SpecifierKind
H A DRecursiveASTVisitor.h665 case NestedNameSpecifier::TypeSpecWithTemplate:
689 case NestedNameSpecifier::TypeSpecWithTemplate:
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp143 case NestedNameSpecifier::TypeSpecWithTemplate: {
888 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DSemaType.cpp3058 case NestedNameSpecifier::TypeSpecWithTemplate:
3719 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DSemaLookup.cpp3562 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DSemaExprCXX.cpp56 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DSemaTemplate.cpp4029 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DTreeTransform.h2945 case NestedNameSpecifier::TypeSpecWithTemplate:
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4787 case NestedNameSpecifier::TypeSpecWithTemplate:
4789 Record.push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate);
4835 case NestedNameSpecifier::TypeSpecWithTemplate:
4836 Record.push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate);
H A DASTReader.cpp7128 case NestedNameSpecifier::TypeSpecWithTemplate: {
7180 case NestedNameSpecifier::TypeSpecWithTemplate: {

Completed in 265 milliseconds