Home
last modified time | relevance | path

Searched refs:isConstexprSpecified (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp61 const bool isConstexprSpecified = false; in AddFunDecl() local
81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp61 const bool isConstexprSpecified = false; in AddFunDecl() local
81 isConstexprSpecified ? CSK_constexpr : CSK_unspecified); in AddFunDecl()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp61 const bool isConstexprSpecified = false; in AddFunDecl() local
81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp61 const bool isConstexprSpecified = false; in AddFunDecl() local
81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp61 const bool isConstexprSpecified = false; in AddFunDecl() local
82 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp61 const bool isConstexprSpecified = false; in AddFunDecl() local
81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp61 const bool isConstexprSpecified = false; in AddFunDecl() local
81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp61 const bool isConstexprSpecified = false; in AddFunDecl() local
81 isConstexprSpecified ? CSK_constexpr : CSK_unspecified); in AddFunDecl()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp61 const bool isConstexprSpecified = false; in AddFunDecl() local
81 isConstexprSpecified ? ConstexprSpecKind::Constexpr in AddFunDecl()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h1867 bool isConstexprSpecified) in FunctionDecl() argument
1877 IsLateTemplateParsed(false), IsConstexpr(isConstexprSpecified), in FunctionDecl()
1918 bool isConstexprSpecified = false) {
1923 isConstexprSpecified);
1933 bool isConstexprSpecified = false);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DDecl.h1845 bool isConstexprSpecified);
1882 bool isConstexprSpecified = false) {
1887 isConstexprSpecified);
1897 bool isConstexprSpecified = false);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1899 const bool isConstexprSpecified = false; in AddFunDecl() local
1919 isConstexprSpecified ? CSK_constexpr : CSK_unspecified); in AddFunDecl()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DDecl.cpp2650 bool isInlineSpecified, bool isConstexprSpecified) in FunctionDecl() argument
2671 FunctionDeclBits.IsConstexpr = isConstexprSpecified; in FunctionDecl()
4428 bool isConstexprSpecified) { in Create() argument
4431 SC, isInlineSpecified, isConstexprSpecified); in Create()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp113 !D.getDeclSpec().isConstexprSpecified() && in ParseCXXInlineMethodDef()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp113 !D.getDeclSpec().isConstexprSpecified() && in ParseCXXInlineMethodDef()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DDeclPrinter.cpp613 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DDeclPrinter.cpp613 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DDeclPrinter.cpp613 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DDeclPrinter.cpp613 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp613 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaLambda.cpp912 ParamInfo.getDeclSpec().isConstexprSpecified());
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaLambda.cpp909 ParamInfo.getDeclSpec().isConstexprSpecified()); in ActOnStartOfLambdaDefinition()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DDeclPrinter.cpp622 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DDeclPrinter.cpp622 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DDeclPrinter.cpp614 if (D->isConstexprSpecified() && !D->isExplicitlyDefaulted()) in VisitFunctionDecl()

1234