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

  /external/clang/lib/AST/
DeclCXX.cpp 498 if (Constructor->isConstexpr())
515 if (Constructor->isConstexpr() && !Constructor->isCopyOrMoveConstructor())
    [all...]
DeclPrinter.cpp 459 if (D->isConstexpr() && !D->isExplicitlyDefaulted()) Out << "constexpr ";
    [all...]
ExprConstant.cpp     [all...]
ASTImporter.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
Decl.h 816 unsigned IsConstexpr : 1;
    [all...]
  /external/clang/lib/Analysis/
ReachableCode.cpp 185 return Callee ? Callee->isConstexpr() : false;
  /external/clang/lib/Sema/
SemaCoroutine.cpp 126 } else if (FD->isConstexpr()) {
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 635 if (New->isConstexpr() != Old->isConstexpr()) {
637 << New << New->isConstexpr();
    [all...]
SemaTemplate.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 502 Record.push_back(D->IsConstexpr);
    [all...]

Completed in 4094 milliseconds