Searched refs:clang_decl (Results 1 – 2 of 2) sorted by relevance
2140 clang::Decl *clang_decl = GetClangDeclForDIE(die); in GetDeclForUIDFromDWARF() local2141 if (clang_decl != nullptr) in GetDeclForUIDFromDWARF()2142 return m_ast.GetCompilerDecl(clang_decl); in GetDeclForUIDFromDWARF()
4287 CompilerDecl clang_decl; in GetMemberFunctionAtIndex() local4318 clang_decl = GetCompilerDecl(cxx_method_decl); in GetMemberFunctionAtIndex()4344 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()4374 clang_decl = GetCompilerDecl(objc_method_decl); in GetMemberFunctionAtIndex()4395 return TypeMemberFunctionImpl(clang_type, clang_decl, name, kind); in GetMemberFunctionAtIndex()