HomeSort by: relevance | last modified time | path
    Searched refs:getConstexprSpecifier (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 1094 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified)
1095 return BadSpecifier(ConstexprKind, getConstexprSpecifier(), PrevSpec,
1363 if (getConstexprSpecifier() == ConstexprSpecKind::Constexpr)
1365 else if (getConstexprSpecifier() == ConstexprSpecKind::Consteval)
1367 else if (getConstexprSpecifier() == ConstexprSpecKind::Constinit)
SemaLambda.cpp 980 ParamInfo.getDeclSpec().getConstexprSpecifier(),
SemaDecl.cpp 4623 << static_cast<int>(DS.getConstexprSpecifier());
4626 << static_cast<int>(DS.getConstexprSpecifier());
6140 << 1 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier());
7182 switch (D.getDeclSpec().getConstexprSpecifier()) {
7189 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier());
8508 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier();
9218 ConstexprSpecKind ConstexprKind = D.getDeclSpec().getConstexprSpecifier();
13688 << 0 << static_cast<int>(D.getDeclSpec().getConstexprSpecifier());
SemaType.cpp 5605 if (D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr &&
SemaOpenMP.cpp 6645 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Constexpr;
6647 D.getDeclSpec().getConstexprSpecifier() == ConstexprSpecKind::Consteval;
SemaDeclCXX.cpp 772 DeclSpec::getSpecifierName(DS.getConstexprSpecifier()));
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 754 ConstexprSpecKind getConstexprSpecifier() const {
760 return getConstexprSpecifier() != ConstexprSpecKind::Unspecified;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 2510 << static_cast<int>(DS.getConstexprSpecifier());

Completed in 147 milliseconds