Searched refs:getVolatileSpecLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1110 S.Diag(DS.getVolatileSpecLoc(), diag::warn_typecheck_function_qualifiers) in ConvertDeclSpecToType() 1135 QualLoc(DeclSpec::TQ_volatile, DS.getVolatileSpecLoc()), in ConvertDeclSpecToType() 1160 S.Diag(DS.getVolatileSpecLoc(), diag::ext_duplicate_declspec) in ConvertDeclSpecToType() 2103 D.getDeclSpec().getVolatileSpecLoc(), in diagnoseRedundantReturnTypeQualifiers()
|
D | SemaDeclCXX.cpp | 6285 D.getDeclSpec().getConstSpecLoc(), D.getDeclSpec().getVolatileSpecLoc(), in CheckConstructorDeclarator() 6455 D.getDeclSpec().getVolatileSpecLoc(), in CheckDestructorDeclarator()
|
D | SemaDecl.cpp | 3763 Diag(DS.getVolatileSpecLoc(), in BuildAnonymousStructOrUnion() 3766 << FixItHint::CreateRemoval(DS.getVolatileSpecLoc()); in BuildAnonymousStructOrUnion()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 526 SourceLocation getVolatileSpecLoc() const { return TQ_volatileLoc; } in getVolatileSpecLoc() function
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 4598 DS.getVolatileSpecLoc(), in ParseDeclaratorInternal() 4631 Diag(DS.getVolatileSpecLoc(), in ParseDeclaratorInternal() 5134 VolatileQualifierLoc = DS.getVolatileSpecLoc(); in ParseFunctionDeclarator()
|