Searched refs:ConstexprLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DDeclSpec.cpp878 ConstexprLoc = Loc;
1104 Diag(D, ConstexprLoc, diag::warn_cxx98_compat_constexpr);
H A DSemaDeclCXX.cpp2027 SourceLocation ConstexprLoc = DS.getConstexprSpecLoc(); local
2031 B << FixItHint::CreateRemoval(ConstexprLoc);
2033 B << FixItHint::CreateReplacement(ConstexprLoc, "const");
2038 DeclSpec::TQ_const, ConstexprLoc, PrevSpec, DiagID, getLangOpts());
2047 *this, DeclSpec::SCS_static, ConstexprLoc, PrevSpec, DiagID,
2053 B << 0 << FixItHint::CreateInsertion(ConstexprLoc, "static ");
/external/clang/include/clang/Sema/
H A DDeclSpec.h378 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; member in class:clang::DeclSpec
681 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; }
685 ConstexprLoc = SourceLocation();

Completed in 369 milliseconds