Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1836 auto CheckRedeclForInline = [](const FunctionDecl *Redecl) { in SetLLVMFunctionAttributesForDefinition() local
1839 if (any_of(FD->redecls(), CheckRedeclForInline)) in SetLLVMFunctionAttributesForDefinition()
1844 return any_of(Pattern->redecls(), CheckRedeclForInline); in SetLLVMFunctionAttributesForDefinition()