Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h532 SourceLocation getRestrictSpecLoc() const { return TQ_restrictLoc; } in getRestrictSpecLoc() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp1232 Diag(DS ? DS->getRestrictSpecLoc() : Loc, DiagID) << ProblemTy; in BuildQualifiedType()
2072 D.getDeclSpec().getRestrictSpecLoc(), in diagnoseIgnoredFunctionQualifiers()
DSemaDecl.cpp3231 Diag(DS.getRestrictSpecLoc(), in ParsedFreeStandingDeclSpec()
3618 Diag(DS.getRestrictSpecLoc(), in BuildAnonymousStructOrUnion()
3621 << FixItHint::CreateRemoval(DS.getRestrictSpecLoc()); in BuildAnonymousStructOrUnion()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDecl.cpp4645 DS.getRestrictSpecLoc()), in ParseDeclaratorInternal()