Searched refs:GetDeclContextContainingSymbol (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h56 GetDeclContextContainingSymbol(const llvm::pdb::PDBSymbol &symbol);
H A DPDBASTParser.cpp393 auto decl_context = GetDeclContextContainingSymbol(type);
469 auto decl_context = GetDeclContextContainingSymbol(type);
542 auto decl_ctx = GetDeclContextContainingSymbol(type);
879 auto decl_context = GetDeclContextContainingSymbol(symbol);
913 auto decl_context = GetDeclContextContainingSymbol(symbol);
994 clang::DeclContext *PDBASTParser::GetDeclContextContainingSymbol( function in class:PDBASTParser
H A DSymbolFilePDB.cpp695 auto decl_context = pdb->GetDeclContextContainingSymbol(*symbol);

Completed in 108 milliseconds