Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp16887 const auto *OldFT = Old->getType()->castAs<FunctionProtoType>(); in CheckOverridingFunctionAttributes() local
16889 if (OldFT->hasExtParameterInfos()) { in CheckOverridingFunctionAttributes()
16890 for (unsigned I = 0, E = OldFT->getNumParams(); I != E; ++I) in CheckOverridingFunctionAttributes()
16893 if (OldFT->getExtParameterInfo(I).isNoEscape() && in CheckOverridingFunctionAttributes()
16912 CallingConv NewCC = NewFT->getCallConv(), OldCC = OldFT->getCallConv(); in CheckOverridingFunctionAttributes()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp13145 const FunctionType *OldFT = Old->getType()->getAs<FunctionType>(); in CheckOverridingFunctionAttributes() local
13147 CallingConv NewCC = NewFT->getCallConv(), OldCC = OldFT->getCallConv(); in CheckOverridingFunctionAttributes()