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

1 2 3 4

  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 520 if (Constructor->isConstexpr())
547 if (Constructor->isConstexpr() && !Constructor->isCopyOrMoveConstructor())
    [all...]
DeclPrinter.cpp 467 if (D->isConstexpr() && !D->isExplicitlyDefaulted()) Out << "constexpr ";
745 if (D->isConstexpr()) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclCXX.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/Sema/
SemaCUDA.cpp 447 if (!getLangOpts().CUDAHostDeviceConstexpr || !NewD->isConstexpr() ||
SemaCoroutine.cpp 126 } else if (FD->isConstexpr()) {
SemaDecl.cpp     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersNarrowingTest.cpp     [all...]
  /external/clang/lib/Analysis/
ReachableCode.cpp 185 return Callee ? Callee->isConstexpr() : false;
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 1315 milliseconds

1 2 3 4