HomeSort by: relevance | last modified time | path
    Searched refs:findFullDeclForForwardRef (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
TpiStream.h 61 findFullDeclForForwardRef(codeview::TypeIndex ForwardRefTI) const;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
TypeReferenceTracker.cpp 155 cantFail(Tpi->findFullDeclForForwardRef(RefTI)));
MinimalTypeDumper.cpp 41 Stream->findFullDeclForForwardRef(CurrentTypeIndex);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
TpiStream.cpp 180 TpiStream::findFullDeclForForwardRef(TypeIndex ForwardRefTI) const {
SymbolCache.cpp 177 Expected<TypeIndex> EFD = Tpi->findFullDeclForForwardRef(Index);

Completed in 16 milliseconds