Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp985 if (const auto *SrcFnTy = FD->getType()->getAs<FunctionType>()) in StartFunction() local
986 CC = SrcFnTy->getCallConv(); in StartFunction()