Searched refs:getConstSpecLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1126 S.Diag(DS.getConstSpecLoc(), diag::warn_typecheck_function_qualifiers) in ConvertDeclSpecToType() 1154 QualLoc(DeclSpec::TQ_const, DS.getConstSpecLoc()), in ConvertDeclSpecToType() 1175 S.Diag(DS.getConstSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType() 2123 D.getDeclSpec().getConstSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
D | SemaDecl.cpp | 3741 Diag(DS.getConstSpecLoc(), DiagID) << "const"; in ParsedFreeStandingDeclSpec() 3743 Diag(DS.getConstSpecLoc(), DiagID) << "volatile"; in ParsedFreeStandingDeclSpec() 3999 Diag(DS.getConstSpecLoc(), diag::ext_anonymous_struct_union_qualified) in BuildAnonymousStructOrUnion() 4001 << FixItHint::CreateRemoval(DS.getConstSpecLoc()); in BuildAnonymousStructOrUnion()
|
D | SemaDeclCXX.cpp | 6637 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator() 6806 D.getDeclSpec().getConstSpecLoc(), in CheckDestructorDeclarator()
|
/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 | 4783 DS.getConstSpecLoc(), in ParseDeclaratorInternal() 4815 Diag(DS.getConstSpecLoc(), in ParseDeclaratorInternal() 5340 ConstQualifierLoc = DS.getConstSpecLoc(); in ParseFunctionDeclarator()
|
D | ParseDeclCXX.cpp | 2134 DeclSpecCheck(DeclSpec::TQ_const, "const", DS.getConstSpecLoc(), in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()
|