Home
last modified time | relevance | path

Searched defs:parent_cvt (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp881 CVType parent_cvt = index.tpi().getType(class_index); in CreateFunctionDecl() local
990 CVType parent_cvt = index.ipi().getType(fir.ParentScope); in CreateFunctionDeclFromId() local
H A DSymbolFileNativePDB.cpp2214 const CVTagRecord &parent_cvt; in BuildParentMap() member