Searched refs:func_qt (Results 1 – 1 of 1) sorted by relevance
1267 clang::QualType func_qt = GetOrCreateType(func_ti); in CreateFunctionDeclFromId() local1268 if (func_qt.isNull()) in CreateFunctionDeclFromId()1270 CompilerType func_ct = ToCompilerType(func_qt); in CreateFunctionDeclFromId()1272 llvm::cast<clang::FunctionProtoType>(func_qt)->getNumParams(); in CreateFunctionDeclFromId()