Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp1104 S.Diag(DS.getRestrictSpecLoc(), in ConvertDeclSpecToType()
1110 S.Diag(DS.getRestrictSpecLoc(), in ConvertDeclSpecToType()
1130 Loc = DS.getRestrictSpecLoc(); in ConvertDeclSpecToType()
2537 D.getDeclSpec().getRestrictSpecLoc(), in GetFullTypeForDeclarator()
DSemaDecl.cpp3025 Diag(DS.getRestrictSpecLoc(), in ParsedFreeStandingDeclSpec()
3422 Diag(DS.getRestrictSpecLoc(), in BuildAnonymousStructOrUnion()
3425 << FixItHint::CreateRemoval(DS.getRestrictSpecLoc()); in BuildAnonymousStructOrUnion()
/external/clang/include/clang/Sema/
DDeclSpec.h504 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc() function
/external/clang/lib/Parse/
DParseDecl.cpp4315 DS.getRestrictSpecLoc()), in ParseDeclaratorInternal()