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.cpp11198 bool ConstexprSupported, bool CLinkageMayDiffer) { in areMultiversionVariantFunctionsCompatible() argument
11294 if (!CLinkageMayDiffer && OldFD->isExternC() != NewFD->isExternC()) in areMultiversionVariantFunctionsCompatible()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11440 bool ConstexprSupported, bool CLinkageMayDiffer);