Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1806 auto CheckRedeclForInline = [](const FunctionDecl *Redecl) { in SetLLVMFunctionAttributesForDefinition() local
1809 if (any_of(FD->redecls(), CheckRedeclForInline)) in SetLLVMFunctionAttributesForDefinition()
1814 return any_of(Pattern->redecls(), CheckRedeclForInline); in SetLLVMFunctionAttributesForDefinition()