Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp784 if (const auto *SrcFnTy = FD->getType()->getAs<FunctionType>()) in StartFunction() local
785 CC = SrcFnTy->getCallConv(); in StartFunction()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp973 if (const auto *SrcFnTy = FD->getType()->getAs<FunctionType>()) in StartFunction() local
974 CC = SrcFnTy->getCallConv(); in StartFunction()