Searched refs:getConstSpecLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 541 SourceLocation getConstSpecLoc() const { return TQ_constLoc; } in getConstSpecLoc() function
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 5081 DS.getConstSpecLoc(), in ParseDeclaratorInternal() 5114 Diag(DS.getConstSpecLoc(), in ParseDeclaratorInternal() 5645 ConstQualifierLoc = DS.getConstSpecLoc(); in ParseFunctionDeclarator()
|
D | ParseDeclCXX.cpp | 2195 DeclSpecCheck(DeclSpec::TQ_const, "const", DS.getConstSpecLoc(), in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 736 for (QualLoc Qual : {QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()), in diagnoseAndRemoveTypeQualifiers() 1713 S.Diag(DS.getConstSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType() 2768 D.getDeclSpec().getConstSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
D | SemaDecl.cpp | 4054 Diag(DS.getConstSpecLoc(), DiagID) << "const"; in ParsedFreeStandingDeclSpec() 4056 Diag(DS.getConstSpecLoc(), DiagID) << "volatile"; in ParsedFreeStandingDeclSpec() 4301 Diag(DS.getConstSpecLoc(), diag::ext_anonymous_struct_union_qualified) in BuildAnonymousStructOrUnion() 4303 << FixItHint::CreateRemoval(DS.getConstSpecLoc()); in BuildAnonymousStructOrUnion()
|
D | SemaDeclCXX.cpp | 6834 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator() 7003 D.getDeclSpec().getConstSpecLoc(), in CheckDestructorDeclarator()
|