Home
last modified time | relevance | path

Searched refs:getCXXScopeSpec (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Parse/
DParseDecl.cpp1635 if (getLangOpts().CPlusPlus && D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
1649 if (getLangOpts().CPlusPlus && D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
1669 if (getLangOpts().CPlusPlus && D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
1677 if (getLangOpts().CPlusPlus && D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
1688 if (getLangOpts().CPlusPlus && D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
1704 if (D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
1711 if (D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
4073 D.getCXXScopeSpec() = SS; in ParseDeclaratorInternal()
4245 DeclaratorScopeObj DeclScopeObj(*this, D.getCXXScopeSpec()); in ParseDirectDeclarator()
4249 if (D.getCXXScopeSpec().isEmpty()) { in ParseDirectDeclarator()
[all …]
/external/clang/lib/Sema/
DSemaDecl.cpp3607 if (D.getCXXScopeSpec().isInvalid()) in HandleDeclarator()
3609 else if (D.getCXXScopeSpec().isSet()) { in HandleDeclarator()
3610 if (DiagnoseUnexpandedParameterPack(D.getCXXScopeSpec(), in HandleDeclarator()
3615 DC = computeDeclContext(D.getCXXScopeSpec(), EnteringContext); in HandleDeclarator()
3623 << (NestedNameSpecifier*)D.getCXXScopeSpec().getScopeRep() in HandleDeclarator()
3624 << D.getCXXScopeSpec().getRange(); in HandleDeclarator()
3630 RequireCompleteDeclContext(D.getCXXScopeSpec(), DC)) in HandleDeclarator()
3636 << Name << DC << D.getCXXScopeSpec().getRange(); in HandleDeclarator()
3639 if (diagnoseQualifiedDeclaration(D.getCXXScopeSpec(), DC, in HandleDeclarator()
3677 if (!D.getCXXScopeSpec().isSet()) { in HandleDeclarator()
[all …]
DSemaTemplate.cpp6688 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
6726 if (!ScopeSpecifierHasTemplateId(D.getCXXScopeSpec())) in ActOnExplicitInstantiation()
6729 << Prev << D.getCXXScopeSpec().getRange(); in ActOnExplicitInstantiation()
6868 D.getCXXScopeSpec().isSet() && in ActOnExplicitInstantiation()
6869 !ScopeSpecifierHasTemplateId(D.getCXXScopeSpec())) in ActOnExplicitInstantiation()
6872 << Specialization << D.getCXXScopeSpec().getRange(); in ActOnExplicitInstantiation()
6878 D.getCXXScopeSpec().isSet()); in ActOnExplicitInstantiation()
DSemaDeclObjC.cpp3147 if (D.getCXXScopeSpec().isSet()) { in ActOnObjCExceptionDecl()
3149 << D.getCXXScopeSpec().getRange(); in ActOnObjCExceptionDecl()
DSemaType.cpp2651 if (!D.getCXXScopeSpec().isSet()) { in GetFullTypeForDeclarator()
2656 DeclContext *DC = S.computeDeclContext(D.getCXXScopeSpec()); in GetFullTypeForDeclarator()
DSemaDeclCXX.cpp1553 CXXScopeSpec &SS = D.getCXXScopeSpec(); in ActOnCXXMemberDeclarator()
9767 if (D.getCXXScopeSpec().isSet() && !Invalid) { in ActOnExceptionDeclarator()
9769 << D.getCXXScopeSpec().getRange(); in ActOnExceptionDeclarator()
10152 CXXScopeSpec &SS = D.getCXXScopeSpec(); in ActOnFriendFunctionDecl()
/external/clang/include/clang/Sema/
DDeclSpec.h1553 const CXXScopeSpec &getCXXScopeSpec() const { return SS; } in getCXXScopeSpec() function
1554 CXXScopeSpec &getCXXScopeSpec() { return SS; } in getCXXScopeSpec() function