Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDecl.cpp994 if (getLang().CPlusPlus && D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
1008 if (getLang().CPlusPlus && D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
1026 if (getLang().CPlusPlus && D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
1034 if (getLang().CPlusPlus && D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
1045 if (getLang().CPlusPlus && D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
1057 if (D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
1064 if (D.getCXXScopeSpec().isSet()) { in ParseDeclarationAfterDeclaratorAndAttributes()
3270 D.getCXXScopeSpec() = SS; in ParseDeclaratorInternal()
3424 DeclaratorScopeObj DeclScopeObj(*this, D.getCXXScopeSpec()); in ParseDirectDeclarator()
3428 if (D.getCXXScopeSpec().isEmpty()) { in ParseDirectDeclarator()
[all …]
/external/clang/lib/Sema/
DSemaDecl.cpp3007 if (D.getCXXScopeSpec().isInvalid()) in HandleDeclarator()
3009 else if (D.getCXXScopeSpec().isSet()) { in HandleDeclarator()
3010 if (DiagnoseUnexpandedParameterPack(D.getCXXScopeSpec(), in HandleDeclarator()
3015 DC = computeDeclContext(D.getCXXScopeSpec(), EnteringContext); in HandleDeclarator()
3023 << (NestedNameSpecifier*)D.getCXXScopeSpec().getScopeRep() in HandleDeclarator()
3024 << D.getCXXScopeSpec().getRange(); in HandleDeclarator()
3030 RequireCompleteDeclContext(D.getCXXScopeSpec(), DC)) in HandleDeclarator()
3037 << Name << DC << D.getCXXScopeSpec().getRange(); in HandleDeclarator()
3049 << Name << FixItHint::CreateRemoval(D.getCXXScopeSpec().getRange()); in HandleDeclarator()
3052 << Name << D.getCXXScopeSpec().getRange(); in HandleDeclarator()
[all …]
DSemaTemplate.cpp6130 LookupParsedName(Previous, S, &D.getCXXScopeSpec()); in ActOnExplicitInstantiation()
6168 if (!ScopeSpecifierHasTemplateId(D.getCXXScopeSpec())) in ActOnExplicitInstantiation()
6171 << Prev << D.getCXXScopeSpec().getRange(); in ActOnExplicitInstantiation()
6309 D.getCXXScopeSpec().isSet() && in ActOnExplicitInstantiation()
6310 !ScopeSpecifierHasTemplateId(D.getCXXScopeSpec())) in ActOnExplicitInstantiation()
6313 << Specialization << D.getCXXScopeSpec().getRange(); in ActOnExplicitInstantiation()
6319 D.getCXXScopeSpec().isSet()); in ActOnExplicitInstantiation()
DSemaDeclObjC.cpp2629 if (D.getCXXScopeSpec().isSet()) { in ActOnObjCExceptionDecl()
2631 << D.getCXXScopeSpec().getRange(); in ActOnObjCExceptionDecl()
DSemaType.cpp2315 if (!D.getCXXScopeSpec().isSet()) { in GetFullTypeForDeclarator()
2319 DeclContext *DC = S.computeDeclContext(D.getCXXScopeSpec()); in GetFullTypeForDeclarator()
DSemaDeclCXX.cpp1122 CXXScopeSpec &SS = D.getCXXScopeSpec(); in ActOnCXXMemberDeclarator()
8131 if (D.getCXXScopeSpec().isSet() && !Invalid) { in ActOnExceptionDeclarator()
8133 << D.getCXXScopeSpec().getRange(); in ActOnExceptionDeclarator()
8475 CXXScopeSpec &SS = D.getCXXScopeSpec(); in ActOnFriendFunctionDecl()
/external/clang/include/clang/Sema/
DDeclSpec.h1456 const CXXScopeSpec &getCXXScopeSpec() const { return SS; } in getCXXScopeSpec() function
1457 CXXScopeSpec &getCXXScopeSpec() { return SS; } in getCXXScopeSpec() function