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

/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp137 return TypeSpecWithTemplate;
176 case TypeSpecWithTemplate:
197 case TypeSpecWithTemplate:
215 case TypeSpecWithTemplate:
249 case TypeSpecWithTemplate:
311 case NestedNameSpecifier::TypeSpecWithTemplate:
375 case NestedNameSpecifier::TypeSpecWithTemplate:
391 Qualifier->getKind() == NestedNameSpecifier::TypeSpecWithTemplate) &&
580 case NestedNameSpecifier::TypeSpecWithTemplate: {
H A DItaniumMangle.cpp832 case NestedNameSpecifier::TypeSpecWithTemplate: {
1471 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DASTImporter.cpp4764 case NestedNameSpecifier::TypeSpecWithTemplate: {
4768 NestedNameSpecifier::TypeSpecWithTemplate;
H A DASTContext.cpp4171 case NestedNameSpecifier::TypeSpecWithTemplate: {
4186 // FIXME: Why are TypeSpec and TypeSpecWithTemplate distinct in the
/external/clang/tools/libclang/
H A DIndexTypeSourceInfo.cpp144 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DCIndex.cpp1256 case NestedNameSpecifier::TypeSpecWithTemplate:
1292 case NestedNameSpecifier::TypeSpecWithTemplate:
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h84 TypeSpecWithTemplate, enumerator in enum:clang::NestedNameSpecifier::SpecifierKind
H A DDataRecursiveASTVisitor.h629 case NestedNameSpecifier::TypeSpecWithTemplate:
653 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DRecursiveASTVisitor.h695 case NestedNameSpecifier::TypeSpecWithTemplate:
719 case NestedNameSpecifier::TypeSpecWithTemplate:
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp143 case NestedNameSpecifier::TypeSpecWithTemplate: {
947 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DSemaExprCXX.cpp57 case NestedNameSpecifier::TypeSpecWithTemplate:
347 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DSemaType.cpp3027 case NestedNameSpecifier::TypeSpecWithTemplate:
3705 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DSemaLookup.cpp3311 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DSemaTemplate.cpp4130 case NestedNameSpecifier::TypeSpecWithTemplate:
H A DTreeTransform.h3067 case NestedNameSpecifier::TypeSpecWithTemplate:
/external/clang/lib/Serialization/
H A DASTWriter.cpp5045 case NestedNameSpecifier::TypeSpecWithTemplate:
5047 Record.push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate);
5093 case NestedNameSpecifier::TypeSpecWithTemplate:
5094 Record.push_back(Kind == NestedNameSpecifier::TypeSpecWithTemplate);
H A DASTReader.cpp7788 case NestedNameSpecifier::TypeSpecWithTemplate: {
7840 case NestedNameSpecifier::TypeSpecWithTemplate: {

Completed in 791 milliseconds