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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h386 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc; member in class:clang::DeclSpec
679 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; }
683 ConstexprLoc = SourceLocation();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp871 ConstexprLoc = Loc;
1097 Diag(D, ConstexprLoc, diag::warn_cxx98_compat_constexpr);
H A DSemaDeclCXX.cpp1953 SourceLocation ConstexprLoc = DS.getConstexprSpecLoc(); local
1955 B << 0 << 0 << FixItHint::CreateReplacement(ConstexprLoc, "const");
1959 bool Failed = D.getMutableDeclSpec().SetTypeQual(DeclSpec::TQ_const, ConstexprLoc,
1968 *this, DeclSpec::SCS_static, ConstexprLoc, PrevSpec, DiagID)) {
1973 B << 0 << FixItHint::CreateInsertion(ConstexprLoc, "static ");

Completed in 87 milliseconds