reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclCXX.cpp
 3151   const DeclSpec &DS = D.getDeclSpec();
 3152   DeclarationNameInfo NameInfo = GetNameForDeclarator(D);
 3158     Loc = D.getBeginLoc();
 3165   bool isFunc = D.isDeclarationOfFunction();
 3167       getMSPropertyAttr(D.getDeclSpec().getAttributes());
 3232       D.getMutableDeclSpec().ClearStorageClassSpecs();
 3238     D.getMutableDeclSpec().ClearStorageClassSpecs();
 3252       if (D.getDeclSpec().getTypeQualifiers() & DeclSpec::TQ_const)
 3256         D.getMutableDeclSpec().ClearConstexprSpec();
 3259         bool Failed = D.getMutableDeclSpec().SetTypeQual(
 3268       if (D.getMutableDeclSpec().SetStorageClassSpec(
 3283     CXXScopeSpec &SS = D.getCXXScopeSpec();
 3300         Diag(D.getIdentifierLoc(), diag::err_template_member)
 3323         diagnoseQualifiedDeclaration(SS, DC, Name, D.getIdentifierLoc(),
 3324                                      D.getName().getKind() ==
 3327         Diag(D.getIdentifierLoc(), diag::err_member_qualification)
 3334       Member = HandleMSProperty(S, cast<CXXRecordDecl>(CurContext), Loc, D,
 3340       Member = HandleField(S, cast<CXXRecordDecl>(CurContext), Loc, D,
 3348     Member = HandleDeclarator(S, D, TemplateParameterLists);