Home
last modified time | relevance | path

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

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