Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11078 bool ConstexprSupported, bool CLinkageMayDiffer) { in areMultiversionVariantFunctionsCompatible() argument
11188 if (!CLinkageMayDiffer && OldFD->isExternC() != NewFD->isExternC()) in areMultiversionVariantFunctionsCompatible()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4244 bool ConstexprSupported, bool CLinkageMayDiffer);