Searched refs:func_qt (Results 1 – 1 of 1) sorted by relevance
1003 clang::QualType func_qt = GetOrCreateType(func_ti); in CreateFunctionDeclFromId() local1004 if (func_qt.isNull() || !parent) in CreateFunctionDeclFromId()1006 CompilerType func_ct = ToCompilerType(func_qt); in CreateFunctionDeclFromId()1008 llvm::cast<clang::FunctionProtoType>(func_qt)->getNumParams(); in CreateFunctionDeclFromId()