Home
last modified time | relevance | path

Searched refs:GetDecl (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.cpp26 clang::Decl *d = ClangUtil::GetDecl(compiler_decl); in FindDecls()
H A DClangUtil.h29 static clang::Decl *GetDecl(const CompilerDecl &decl);
H A DClangUtil.cpp31 clang::Decl *ClangUtil::GetDecl(const CompilerDecl &decl) { in GetDecl() function in ClangUtil
H A DClangExpressionDeclMap.cpp1079 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()
1092 if (candidate_var->GetDecl() == decl) { in LookupLocalVariable()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariable.h113 CompilerDecl GetDecl();
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1471 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, *I));
1883 Decl *GetDecl(serialization::DeclID ID);
1892 return GetDecl(getGlobalDeclID(F, LocalID)); in GetLocalDecl()
1922 return GetDecl(ReadDeclID(F, R, I)); in ReadDecl()
1932 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I))); in ReadDeclAs()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp5038 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0]))); in InitializeContext()
7280 return GetDecl(ID); in GetExternalDecl()
7548 Decl *ASTReader::GetDecl(DeclID ID) { in GetDecl() function in ASTReader
7721 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt)) in FindFileRegionDecls()
7732 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt))); in FindFileRegionDecls()
7753 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName()
7774 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap()
7971 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema()
8367 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I]))) in ReadKnownNamespaces()
8375 NamedDecl *D = cast<NamedDecl>(GetDecl(UndefinedButUsed[Idx++])); in ReadUndefinedButUsed()
[all …]
H A DASTReaderDecl.cpp555 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl)); in Visit()
1786 auto *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace)); in VisitNamespaceDecl()
2699 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable()
4013 GetDecl(ID); in PassInterestingDeclsToConsumer()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp201 CompilerDecl Variable::GetDecl() { in GetDecl() function in Variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h310 static lldb_private::CompilerDecl GetDecl(const DWARFDIE &die);
H A DSymbolFileDWARF.cpp1464 return GetDecl(die); in GetDeclForUID()
4187 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl() function in SymbolFileDWARF
H A DDWARFASTParserClang.cpp3238 CompilerDecl imported_decl = SymbolFileDWARF::GetDecl(imported_uid); in GetClangDeclForDIE()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1442 return ClangUtil::GetDecl(decl); in FromCompilerDecl()