Home
last modified time | relevance | path

Searched refs:ConstexprSupported (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10292 bool ConstexprSupported, bool CLinkageMayDiffer) { in areMultiversionVariantFunctionsCompatible() argument
10351 if (!ConstexprSupported && NewFD->isConstexpr()) in areMultiversionVariantFunctionsCompatible()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10360 bool ConstexprSupported, bool CLinkageMayDiffer);