HomeSort by relevance Sort by last modified time
    Searched refs:ConstexprLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
DeclSpec.h 354 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc;
616 SourceLocation getConstexprSpecLoc() const { return ConstexprLoc; }
620 ConstexprLoc = SourceLocation();
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 734 ConstexprLoc = Loc;
909 Diag(D, ConstexprLoc, diag::warn_cxx98_compat_constexpr);
    [all...]

Completed in 34 milliseconds