HomeSort by relevance Sort by last modified time
    Searched refs:isConstexpr (Results 1 - 17 of 17) 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 417 if (D->isConstexpr() && !D->isExplicitlyDefaulted()) Out << "constexpr ";
    [all...]
ExprConstant.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h 772 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 613 if (New->isConstexpr() != Old->isConstexpr()) {
615 << New << New->isConstexpr();
    [all...]
SemaTemplate.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 899 (D.isConstexpr() ||
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 441 Record.push_back(D->IsConstexpr);
797 Record.push_back(D->isConstexpr());
841 !D->isConstexpr() &&
    [all...]

Completed in 1352 milliseconds