Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h61 findFullDeclForForwardRef(codeview::TypeIndex ForwardRefTI) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp155 cantFail(Tpi->findFullDeclForForwardRef(RefTI))); in markReferencedTypes()
H A DMinimalTypeDumper.cpp41 Stream->findFullDeclForForwardRef(CurrentTypeIndex); in formatClassOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp180 TpiStream::findFullDeclForForwardRef(TypeIndex ForwardRefTI) const { in findFullDeclForForwardRef() function in TpiStream
H A DSymbolCache.cpp177 Expected<TypeIndex> EFD = Tpi->findFullDeclForForwardRef(Index); in findSymbolByTypeIndex()