Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h79 CompilerDecl ToCompilerDecl(clang::Decl &decl);
H A DPdbAstBuilder.cpp531 return ToCompilerDecl(*result); in GetOrCreateDeclForUid()
555 return ToCompilerDecl(*result); in GetOrCreateDeclForUid()
1652 CompilerDecl PdbAstBuilder::ToCompilerDecl(clang::Decl &decl) { in ToCompilerDecl() function in PdbAstBuilder