Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h81 CompilerDecl ToCompilerDecl(clang::Decl &decl);
H A DPdbAstBuilder.cpp279 return ToCompilerDecl(*result); in GetOrCreateDeclForUid()
303 return ToCompilerDecl(*result); in GetOrCreateDeclForUid()
1428 CompilerDecl PdbAstBuilder::ToCompilerDecl(clang::Decl &decl) { in ToCompilerDecl() function in PdbAstBuilder