Home
last modified time | relevance | path

Searched refs:getRestrictSpecLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp939 S.Diag(DS.getRestrictSpecLoc(), in ConvertDeclSpecToType()
945 S.Diag(DS.getRestrictSpecLoc(), in ConvertDeclSpecToType()
965 Loc = DS.getRestrictSpecLoc(); in ConvertDeclSpecToType()
2242 D.getDeclSpec().getRestrictSpecLoc(), in GetFullTypeForDeclarator()
DSemaDecl.cpp2407 Diag(DS.getRestrictSpecLoc(), in ParsedFreeStandingDeclSpec()
2774 Diag(DS.getRestrictSpecLoc(), in BuildAnonymousStructOrUnion()
2777 << FixItHint::CreateRemoval(DS.getRestrictSpecLoc()); in BuildAnonymousStructOrUnion()
/external/clang/include/clang/Sema/
DDeclSpec.h483 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc() function
/external/clang/lib/Parse/
DParseDecl.cpp3763 DS.getRestrictSpecLoc()), in ParseDeclaratorInternal()