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