Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp1072 vars->GetVariableAtIndex(i)->GetDecl(); in LookupLocalVariable()
1085 if (candidate_var->GetDecl() == decl) { in LookupLocalVariable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h113 CompilerDecl GetDecl();
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1490 return Reader->GetDecl(Reader->getGlobalDeclID(*Mod, ID));
1924 Decl *GetDecl(GlobalDeclID ID);
1933 return GetDecl(getGlobalDeclID(F, LocalID)); in GetLocalDecl()
1961 return GetDecl(ReadDeclID(F, R, I)); in ReadDecl()
1971 return cast_or_null<T>(GetDecl(ReadDeclID(F, R, I))); in ReadDeclAs()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5213 cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0]))); in InitializeContext()
7549 Decl *ASTReader::GetExternalDecl(GlobalDeclID ID) { return GetDecl(ID); } in GetExternalDecl()
7839 Decl *ASTReader::GetDecl(GlobalDeclID ID) { in GetDecl() function in ASTReader
8025 GetDecl(getGlobalDeclID(*DInfo.Mod, in FindFileRegionDecls()
8037 Decls.push_back(GetDecl(getGlobalDeclID( in FindFileRegionDecls()
8060 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in FindExternalVisibleDeclsByName()
8081 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID)); in completeVisibleDeclsMap()
8279 NamedDecl *D = cast<NamedDecl>(GetDecl(ID)); in InitializeSema()
8678 = dyn_cast_or_null<NamespaceDecl>(GetDecl(KnownNamespaces[I]))) in ReadKnownNamespaces()
8687 NamedDecl *D = cast<NamedDecl>(GetDecl(U.ID)); in ReadUndefinedButUsed()
[all …]
H A DASTReaderDecl.cpp562 cast<TypedefNameDecl>(Reader.GetDecl(NamedDeclForTagDecl)); in Visit()
1850 auto *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace)); in VisitNamespaceDecl()
2803 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable()
4213 GetDecl(ID); in PassInterestingDeclsToConsumer()
4248 auto *RD = cast<CXXRecordDecl>(GetDecl(ID)); in PassInterestingDeclsToConsumer()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h302 static CompilerDecl GetDecl(const DWARFDIE &die);
H A DSymbolFileDWARF.cpp1495 return GetDecl(die); in GetDeclForUID()
4381 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl() function in SymbolFileDWARF
H A DDWARFASTParserClang.cpp3305 CompilerDecl imported_decl = SymbolFileDWARF::GetDecl(imported_uid); in GetClangDeclForDIE()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp203 CompilerDecl Variable::GetDecl() { in GetDecl() function in Variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1444 return ClangUtil::GetDecl(decl); in FromCompilerDecl()