Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1267 clang::QualType func_qt = GetOrCreateType(func_ti); in CreateFunctionDeclFromId() local
1268 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()