Searched refs:GetDecl (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h96 lldb_private::CompilerDecl GetDecl() const;
H A DDWARFDIE.cpp422 CompilerDecl DWARFDIE::GetDecl() const { function in class:DWARFDIE
H A DDWARFASTParserClang.cpp3277 CompilerDecl imported_decl = imported_uid.GetDecl();
H A DSymbolFileDWARF.cpp1292 return die.GetDecl();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h106 CompilerDecl GetDecl();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1395 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, *I));
1805 Decl *GetDecl(serialization::DeclID ID);
1814 return GetDecl(getGlobalDeclID(F, LocalID));
1844 return GetDecl(ReadDeclID(F, R, I));
1854 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I)));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp213 CompilerDecl Variable::GetDecl() { function in class:Variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3621 auto *Decl = GetDecl(DeclID);
4934 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0])));
7061 return GetDecl(ID);
7322 Decl *ASTReader::GetDecl(DeclID ID) {
7495 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt))
7506 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt)));
7526 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID));
7547 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID));
7751 NamedDecl *D = cast<NamedDecl>(GetDecl(ID));
8101 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespace
[all...]
H A DASTReaderDecl.cpp538 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl));
1587 auto *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace));
2016 auto *TemplatedDecl = cast_or_null<NamedDecl>(Reader.GetDecl(PatternID));
2439 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID));
2797 /// so that future GetDecl calls will return this declaration rather
4076 GetDecl(ID);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1098 vars->GetVariableAtIndex(i)->GetDecl();
1111 if (candidate_var->GetDecl() == decl) {

Completed in 219 milliseconds