Searched refs:getConstSpecLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 531 SourceLocation getConstSpecLoc() const { return TQ_constLoc; } in getConstSpecLoc() function
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 4974 DS.getConstSpecLoc(), in ParseDeclaratorInternal() 5006 Diag(DS.getConstSpecLoc(), in ParseDeclaratorInternal() 5540 ConstQualifierLoc = DS.getConstSpecLoc(); in ParseFunctionDeclarator()
|
D | ParseDeclCXX.cpp | 2180 DeclSpecCheck(DeclSpec::TQ_const, "const", DS.getConstSpecLoc(), in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 724 for (QualLoc Qual : {QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()), in diagnoseAndRemoveTypeQualifiers() 1610 S.Diag(DS.getConstSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType() 2558 D.getDeclSpec().getConstSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
D | SemaDecl.cpp | 3924 Diag(DS.getConstSpecLoc(), DiagID) << "const"; in ParsedFreeStandingDeclSpec() 3926 Diag(DS.getConstSpecLoc(), DiagID) << "volatile"; in ParsedFreeStandingDeclSpec() 4174 Diag(DS.getConstSpecLoc(), diag::ext_anonymous_struct_union_qualified) in BuildAnonymousStructOrUnion() 4176 << FixItHint::CreateRemoval(DS.getConstSpecLoc()); in BuildAnonymousStructOrUnion()
|
D | SemaDeclCXX.cpp | 6671 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator() 6840 D.getDeclSpec().getConstSpecLoc(), in CheckDestructorDeclarator()
|