Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h77 CompilerDecl ToCompilerDecl(clang::Decl &decl);
H A DPdbAstBuilder.cpp463 return ToCompilerDecl(*result); in GetOrCreateDeclForUid()
482 return ToCompilerDecl(*result); in GetOrCreateDeclForUid()
1339 CompilerDecl PdbAstBuilder::ToCompilerDecl(clang::Decl &decl) { in ToCompilerDecl() function in PdbAstBuilder