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

  /external/clang/lib/AST/
DeclCXX.cpp 504 if (Constructor->isConstexpr())
521 if (Constructor->isConstexpr() && !Constructor->isCopyOrMoveConstructor())
    [all...]
ASTImporter.cpp     [all...]
DeclPrinter.cpp 402 if (D->isConstexpr() && !D->isExplicitlyDefaulted()) Out << "constexpr ";
    [all...]
ExprConstant.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h 717 unsigned IsConstexpr : 1;
    [all...]
  /external/clang/lib/Analysis/
ReachableCode.cpp 185 return Callee ? Callee->isConstexpr() : false;
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 590 if (New->isConstexpr() != Old->isConstexpr()) {
592 << New << New->isConstexpr();
    [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 371 Record.push_back(D->isConstexpr());
720 Record.push_back(D->isConstexpr());
763 !D->isConstexpr() &&
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 860 (D.isConstexpr() ||
    [all...]

Completed in 262 milliseconds