Home
last modified time | relevance | path

Searched refs:GetExternalDecl (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp83 Decl *ExternalASTSource::GetExternalDecl(uint32_t ID) { in GetExternalDecl() function in ExternalASTSource
H A DDeclTemplate.cpp195 (void)Context.getExternalSource()->GetExternalDecl(Specs[I]); in loadLazySpecializationsImpl()
H A DDeclCXX.cpp69 I.setDecl(cast<NamedDecl>(Source->GetExternalDecl( in getFromExternalSource()
H A DASTContext.cpp1019 Initializers.push_back(Source->GetExternalDecl(ID)); in resolve()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h58 clang::Decl *GetExternalDecl(uint32_t ID) override { in GetExternalDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h106 virtual Decl *GetExternalDecl(uint32_t ID);
602 LazyOffsetPtr<Decl, uint32_t, &ExternalASTSource::GetExternalDecl>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp43 Decl *MultiplexExternalSemaSource::GetExternalDecl(uint32_t ID) { in GetExternalDecl() function in MultiplexExternalSemaSource
45 if (Decl *Result = Sources[i]->GetExternalDecl(ID)) in GetExternalDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h68 Decl *GetExternalDecl(uint32_t ID) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h57 clang::Decl *GetExternalDecl(uint32_t) override { return NULL; } in GetExternalDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1835 Decl *GetExternalDecl(uint32_t ID) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1413 if (Decl *D = Source.GetExternalDecl(TopLevelDecl)) in RealizeTopLevelDeclsFromPreamble()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7107 Decl *ASTReader::GetExternalDecl(uint32_t ID) { in GetExternalDecl() function in ASTReader